function largeChange(e,cod)
{	
	des=document.getElementById('a'+e).value;
	var language = $("#boxLangGal").html();
	var links1 = $("#descImgLnk").html();
	//$("#contGal").html('<div class="imgLoad"></div><div class="propImg"><div class="descImg"><h2>'+cod+'</h2>'+des+'</div><div class="descImgLnk"><a href="#" class="lnkArrow">buy now</a><br /><a href="#" class="lnkArrow">add cart</a></div></div><a id="a2" href="http://'+window.location.host+'/img/products/'+e+'" class="jqzoom"><img id="a1" src="http://'+window.location.host+'/img/products/img_'+e+'" style="display:none" alt="Liliana Castellanos" width="485" height="630" title="Liliana Castellanos" /></a>');
	$("#contGal").html('<div id="boxLangGal">'+language+'</div><div class="propImg"><div class="descImg"><h2>'+cod+'</h2>'+des+'</div><div class="descImgLnk" id="descImgLnk">'+links1+'</div></div><a id="a2" href="http://'+window.location.host+'/img/products/'+e+'" class="jqzoom"><img id="a1" src="http://'+window.location.host+'/img/products/img_'+e+'" alt="Liliana Castellanos" width="485" height="630" title="Liliana Castellanos" /></a>');
	/*$(document).ready(function(){
		$("#a1").load(function(){
				$(".imgLoad").hide();
				$("#a1").show();
		});
	});*/	
	$(".jqzoom").jqzoom();
}
function imgBackOn()
{	
	$("#imgBack").show();
}
function imgBackOff()
{	
	$("#imgBack").hide();
}
function changeStore()
{	
	$("#imgBack").hide();
}
function zoomNow()
{
	$(".jqzoom").jqzoom();
}
