// JavaScript Document
function MostraTexto1(){
 Shadowbox.open({
 player: 'html',
 content: '<div style="background-image:url(site/site_04.jpg); width:400px; height:300px"><div id="texto1"><span class="txt2"><span style="font-size: 13px;cursor: pointer;">*** A santa F&eacute; Pick-Ups oferece o servi&ccedil;o de Agenciamento ou Venda Consignada. Veja como &eacute; o procedimento: <br /><br />Pagando uma taxa de R$ 250,00, o cliente que agenciar sua Pick-Up ter&aacute; direito a: </p><ul><li>Hospedagem da Pick-Up no Show-Room;</li><li>Lavagem e limpeza geral da Pick-Up;</li><li>An&uacute;ncio com foto no site meucarango.com e</li><li>An&uacute;ncio no site <a href="http://www.santafepickups.com.br"> www.santafepickups.com.br</a></li><li>Todas essas vantagens, durante 90 dias.</li></ul></span></span></div>',
 height: 317,
 width: 400
 });
}

function MostraTexto2(){
 Shadowbox.open({
 player: 'html',
 content: '<div style="background-image:url(site/site_04.jpg); width:400px; height:300px"><div id="texto2"><span class="txt2"><span style="font-size: 13px;cursor: pointer;">*** A Santa F&eacute; Pick-Ups oferece o servi&ccedil;o de Refinanciamento de sua  Pick-Up. Veja como &eacute; o procedimento:<br /><p>  Se voc&ecirc; estiver precisando de  dinheiro ou capital de giro,&nbsp;e n&atilde;o quiser vender a sua Pick-Up, a Santa  F&eacute; Pick-Ups oferece o servi&ccedil;o de refinanciamento, <u>com&nbsp;&oacute;timas taxas de juros</u> e prazo de at&eacute; 60 meses. N&atilde;o cobramos taxa de servi&ccedil;o para refinanciamento.</p></span><br /><br /></span><br /></div>',
 height: 317,
 width: 400
 });
}

var ieBlink = (document.all)?true:false;
function doBlink(){
	if(ieBlink){
		obj = document.getElementsByTagName('BLINK');
		for(i=0;i<obj.length;i++){
			tag=obj[i];
			tag.style.visibility=(tag.style.visibility=='hidden')?'visible':'hidden';
		}
	}
}
