	
		if (document.images){
		img_on = new Image();  img_on.src ="ImagesCached/log_03_.gif"; 
		img_off = new Image();  img_off.src="ImagesCached/log_03.gif"; 
		
		img_onE = new Image();  img_onE.src ="ImagesCached/log_07_.gif"; 
		img_offE = new Image();  img_offE.src ="ImagesCached/log_07.gif"; 
		
		img_onL = new Image();  img_onL.src ="ImagesCached/log_08_.gif"; 
		img_offL = new Image();  img_offL.src ="ImagesCached/log_08.gif"; 
		
		img_onC = new Image();  img_onC.src ="ImagesCached/log_09_.gif"; 
		img_offC = new Image();  img_offC.src ="ImagesCached/log_09.gif"; 
		
		img_onB = new Image();  img_onB.src ="ImagesCached/log_11_.gif"; 
		img_offB = new Image();  img_offB.src ="ImagesCached/log_11.gif"; 
		
		img_onP = new Image();  img_onP.src ="ImagesCached/log_05_.gif"; 
		img_offP = new Image();  img_offP.src ="ImagesCached/log_05.gif"; 
		
		img_onCh = new Image();  img_onCh.src ="ImagesCached/log_06_.gif"; 
		img_offCh = new Image();  img_offCh.src ="ImagesCached/log_06.gif"; 
		
		img_onEv = new Image();  img_onEv.src ="ImagesCached/log_09_.gif"; 
		img_offEv = new Image();  img_offEv.src ="ImagesCached/log_09.gif"; 
		
		img_onCad = new Image();  img_onCad.src ="ImagesCached/log_12_.gif"; 
		img_offCad = new Image();  img_offCad.src ="ImagesCached/log_12.gif"; 
		
		img_onAt = new Image();  img_onAt.src ="ImagesCached/log_15_.gif"; 
		img_offAt = new Image();  img_offAt.src ="ImagesCached/log_15.jpg"; 
		
		img_onCO = new Image();  img_onCO.src ="ImagesCached/buttons/comprar_inativo.gif"; 
		img_offCO = new Image();  img_offCO.src="ImagesCached/buttons/comprar_ativo.gif";
			
		img_onD = new Image();  img_onD.src ="ImagesCached/buttons/detalhe_inativo.gif"; 
		img_offD = new Image();  img_offD.src="ImagesCached/buttons/detalhe_ativo.gif"; 
		
		img_onA = new Image();  img_onA.src ="ImagesCached/buttons/anterior_ativo.gif"; 
		img_offA = new Image();  img_offA.src="ImagesCached/buttons/anterior_inativo.gif"; 
		
		img_onCart = new Image();  img_onCart.src ="ImagesCached/buttons/atualizar_valores_inativo.gif"; 
		img_offCart = new Image();  img_offCart.src="ImagesCached/buttons/atualizar_valores_ativo.gif"; 

		img_onCart2 = new Image();  img_onCart2.src ="ImagesCached/buttons/avancar_identificacao_inativo.gif"; 
		img_offCart2 = new Image();  img_offCart2.src="ImagesCached/buttons/avancar_identificacao_ativo.gif"; 			
		
		img_onPAG = new Image();  img_onPAG.src ="ImagesCached/buttons/avancar_pagamento_ativo.gif"; 
		img_offPAG = new Image();  img_offPAG.src="ImagesCached/buttons/avancar_pagamento_inativo.gif";
		
		img_onCARR = new Image();  img_onCARR.src ="ImagesCached/buttons/voltar_MeuCarrinho_ativo.gif"; 
		img_offCARR = new Image();  img_offCARR.src="ImagesCached/buttons/voltar_MeuCarrinho_inativo.gif";
		
		img_onPED = new Image();  img_onPED.src ="ImagesCached/buttons/concluir_ped_inativo.gif"; 
		img_offPED = new Image();  img_offPED.src="ImagesCached/buttons/concluir_ped_ativo.gif";
		
		img_onCARRV = new Image();  img_onCARRV.src ="ImagesCached/buttons/voltar_dadosEntrega_ativo.gif"; 
		img_offCARRV = new Image();  img_offCARRV.src="ImagesCached/buttons/voltar_dadosEntrega_inativo.gif";
		
		img_oncads = new Image();  img_oncads.src ="ImagesCached/buttons/cadastrar_inativo.gif"; 
		img_offcads = new Image();  img_offcads.src="ImagesCached/buttons/cadastrar_ativo.gif";
		
		img_onimgAltCad = new Image();  img_onimgAltCad.src ="ImagesCached/buttons/alterar_cadastro_inativo.gif"; 
		img_offimgAltCad = new Image();  img_offimgAltCad.src="ImagesCached/buttons/alterar_cadastro_ativo.gif";
		
		}
		
	function handleOver(img) { 
		if (document.images) document.getElementById(img).src=img_on.src;
	}

	function handleOut(img) {
		if (document.images) document.getElementById(img).src=img_off.src;
	}
	
	function handleOverE(img) { 
		if (document.images) document.getElementById(img).src=img_onE.src;
	}

	function handleOutE(img) {
		if (document.images) document.getElementById(img).src=img_offE.src;
	}
	
	function handleOverL(img) { 
		if (document.images) document.getElementById(img).src=img_onL.src;
	}

	function handleOutL(img) {
		if (document.images) document.getElementById(img).src=img_offL.src;
	}
	
	function handleOverC(img) { 
		if (document.images) document.getElementById(img).src=img_onC.src;
	}

	function handleOutC(img) {
		if (document.images) document.getElementById(img).src=img_offC.src;
	}
	
	function handleOverB(img) { 
		if (document.images) document.getElementById(img).src=img_onB.src;
	}

	function handleOutB(img) {
		if (document.images) document.getElementById(img).src=img_offB.src;
	}
	
	function handleOverP(img) { 
		if (document.images) document.getElementById(img).src=img_onP.src;
	}

	function handleOutP(img) {
		if (document.images) document.getElementById(img).src=img_offP.src;
	}
	
	function handleOverCh(img) { 
		if (document.images) document.getElementById(img).src=img_onCh.src;
	}

	function handleOutCh(img) {
		if (document.images) document.getElementById(img).src=img_offCh.src;
	}
	
	function handleOverEv(img) { 
		if (document.images) document.getElementById(img).src=img_onEv.src;
	}

	function handleOutEv(img) {
		if (document.images) document.getElementById(img).src=img_offEv.src;
	}
	
	function handleOverCad(img) { 
		if (document.images) document.getElementById(img).src=img_onCad.src;
	}

	function handleOutCad(img) {
		if (document.images) document.getElementById(img).src=img_offCad.src;
	}
	
	function handleOverAt(img) { 
		if (document.images) document.getElementById(img).src=img_onAt.src;
	}

	function handleOutAt(img) {
		if (document.images) document.getElementById(img).src=img_offAt.src;
	}
		
	function handleOverCO(imgCO) { 
		if (document.images) document.getElementById(imgCO).src=img_onCO.src;
	}

	function handleOutCO(imgCO) {
		if (document.images) document.getElementById(imgCO).src=img_offCO.src;
	}
	
	function handleOverD(imgD) {
		if (document.images) document.getElementById(imgD).src=img_onD.src;
	}

	function handleOutD(imgD) {
		if (document.images) document.getElementById(imgD).src=img_offD.src;
	}

	function handleOverA(imgA) {
		if (document.images) document.getElementById(imgA).src=img_onA.src;
	}

	function handleOutA(imgA) {
		if (document.images) document.getElementById(imgA).src=img_offA.src;
	}
	
	function handleOverP(imgP) {
		if (document.images) document.getElementById(imgP).src=img_onP.src;
	}

	function handleOutP(imgP) {
		if (document.images) document.getElementById(imgP).src=img_offP.src;
	}
	
	function handleOverCart(imgCart) {
		if (document.images) document.getElementById(imgCart).src=img_onCart.src;
	}

	function handleOutCart(imgCart) {
		if (document.images) document.getElementById(imgCart).src=img_offCart.src;
	}

	function handleOverCart2(imgCart2) {
		if (document.images) document.getElementById(imgCart2).src=img_onCart2.src;
	}

	function handleOutCart2(imgCart2) {
		if (document.images) document.getElementById(imgCart2).src=img_offCart2.src;
	}

	function handleOverPAG(imgPAG) {
		if (document.images) document.getElementById(imgPAG).src=img_onPAG.src;
	}

	function handleOutPAG(imgPAG) {
		if (document.images) document.getElementById(imgPAG).src=img_offPAG.src;
	}
	
	function handleOverCARR(imgCARR) {
		if (document.images) document.getElementById(imgCARR).src=img_onCARR.src;
	}

	function handleOutCARR(imgCARR) {
		if (document.images) document.getElementById(imgCARR).src=img_offCARR.src;
	}
	
	function handleOverPED(imgPED) {
		if (document.images) document.getElementById(imgPED).src=img_onPED.src;
	}

	function handleOutPED(imgPED) {
		if (document.images) document.getElementById(imgPED).src=img_offPED.src;
	}
		
	function handleOverCARRV(imgCARRV) {
		if (document.images) document.getElementById(imgCARRV).src=img_onCARRV.src;
	}

	function handleOutCARRV(imgCARRV) {
		if (document.images) document.getElementById(imgCARRV).src=img_offCARRV.src;
	}
	
	function handleOverCADS(imgcads) {
		if (document.images) document.getElementById(imgcads).src=img_oncads.src;
	}

	function handleOutCADS(imgcads) {
		if (document.images) document.getElementById(imgcads).src=img_offcads.src;
	}
	
	function handleOverimgAltCad(imgAltCad) {
		if (document.images) document.getElementById(imgAltCad).src=img_onimgAltCad.src;
	}

	function handleOutimgAltCad(imgAltCad) {
		if (document.images) document.getElementById(imgAltCad).src=img_offimgAltCad.src;
	}
	
	function Mouse(codigo) {
		if(codigo>1){alert("Todo o conteudo deste site e de uso exclusivo da FlorEncanto\nProibida reproducao ou utilizacao a qualquer titulo, sob as penas da lei.\n@ 2008  FlorEncanto")}
	}
	
	function fu_ebit(){
		document.getElementById("formebit").action = 'http://www.ebit.com.br/ebit/rate/asp/index_empresa.asp';
		document.getElementById("formebit").submit();
	}
			
	function fless() {
		if (self.parent.frames.length != 0)
			self.parent.location=document.location;
	}		
			
	function MM_findObj(n, d) {
		var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
		d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
		if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
		for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
		if(!x && document.getElementById) x=document.getElementById(n); return x;
	} 

	function MM_showHideLayers() {
		var i,p,v,obj,args=MM_showHideLayers.arguments;
		for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
		if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
		obj.visibility=v; }
	}
	
	function fun_horaMarcada(){
		window.open('pop/Hora-Marcada.aspx','mensagens','toolbar=no,status=yes,scrollbars=yes,resizable=no,width=510,height=430');
	}
	
	function fun_horaMarcada2(){
		window.open('Hora-Marcada.aspx','mensagens','toolbar=no,status=yes,scrollbars=yes,resizable=no,width=510,height=430');
	}
	
	function BuscaCeps()	{
		if (document.getElementById("Info__cep_318604").value.length == 8 && !isNaN(document.getElementById("Info__cep_318604").value))	{
		
			//aguarde.style.display='';
			document.getElementById("Info__cep_318604").value = document.getElementById("Info__cep_318604").value;
			//srccep.src='fim_compra_nova_pop_info2.php?cep=' + form1.cep.value + '&Pais=' + form1.Pais.value + '&Id_Customer=' + form1.Id_Customer.value + '&transacao=' + form1.transacao.value + '&taction=retornar' +'&weight=' + form1.weight.value + '&prazo=' + form1.prazo.value + '&bskt_id=' + form1.bskt_id.value;
			//form1.submit();
			window.open('http://comercio.locaweb.com.br/correios/calcula_sedex.asp?cepDest=' + document.getElementById("Info__cep_318604").value+'&urlback=http://www.florencanto.com.br/test/retorno_cep.asp','pop','toolbar=no,menubar=no,resizable=no,status=no,scrollbars=no,width=330,height=300');
		}
		else	{
			alert('CEP incorreto\nPor favor, utilize o formato: 01234567 ou 01234-567');
		}
	}
	
	function BuscaCepsWs()	{
		if (document.getElementById("Info__cep_318604").value.length == 8 && !isNaN(document.getElementById("Info__cep_318604").value))	{
		
			//aguarde.style.display='';
			document.getElementById("Info__cep_318604").value = document.getElementById("Info__cep_318604").value;
			//srccep.src='fim_compra_nova_pop_info2.php?cep=' + form1.cep.value + '&Pais=' + form1.Pais.value + '&Id_Customer=' + form1.Id_Customer.value + '&transacao=' + form1.transacao.value + '&taction=retornar' +'&weight=' + form1.weight.value + '&prazo=' + form1.prazo.value + '&bskt_id=' + form1.bskt_id.value;
			//form1.submit();
			window.open('http://comercio.locaweb.com.br/correios/calcula_sedex.asp?cepDest=' + document.getElementById("Info__cep_318604").value+'&urlback=http://www.florencanto.com.br/pop/retorno_cepSw.asp','pop','toolbar=no,menubar=no,resizable=no,status=no,scrollbars=no,width=510,height=430');
		}
		else	{
			alert('CEP incorreto\nPor favor, utilize o formato: 01234567 ou 01234-567');
		}
	}
	

	
	
	
	