function hidetrail(){ 
document.getElementById('banners').style.display= "none";
}


function changeColor(objDiv){
	if(objDiv.className == 'fontMenuOver'){	
		objDiv.className='fontMenu';
	}else{
		objDiv.className='fontMenuOver';
	}
}


function imprime_div(div_imprimir)
{
 var prtContent = document.getElementById(div_imprimir);
 var WinPrint = window.open('','IMPRIMIR','letf=0,top=0,width=527,height=520,toolbar=0,scrollbars=1');

 var top_imprimir = "http://www.consorciofipal.com.br/imagens/estrutura/top-imprimir.gif";

 var conteudoprint = "<html><head><link href='http://www.oesteinforma.com.br/css.css' rel='stylesheet'/></head><body  marginheight='0' marginwidth='0' rightmargin='0' topmargin='0' leftmargin='0'><table width='510' border='0' cellpadding='0' cellspacing='0'><tr><td  valign='bottom'><img src='"+top_imprimir+"' width='510'/></td></tr><tr><td valign='top' bgcolor='#FFFFFF'><div align='center'><table width='95%' border='0' cellpadding='0' cellspacing='0'><tr><td height='30'><div align='right'><img  style='cursor:pointer' onClick='window.print();'src='http://www.consorciofipal.com.br/imagens/estrutura/bt_imprimir.gif'  /></div></td></tr><tr><td valign='top'><table style='border-bottom: 1px #666666 dotted' width='98%' border='0' align='center' cellpadding='0' cellspacing='0'><tr><td valign='top'><div align='left'></div></td></tr><tr><td height='300' valign='top'><div id='conteudoprint'><font face='Arial' size='2' >"+prtContent.innerHTML+"</font><br><br></div></td></tr></table></td></tr><tr><td height='30'><div align='right'><img src='http://www.consorciofipal.com.br/imagens/estrutura/bt_imprimir.gif' align='absmiddle' style='cursor:pointer' onClick='window.print();'/></div></td></tr></table></div></td></tr><tr><td height='14' bgcolor='#FFFFFF'>&nbsp;</td></tr></table></body></html>";
 
 
 //WinPrint.document.write(prtContent.innerHTML);
  WinPrint.document.write(conteudoprint);
 WinPrint.document.close();
 WinPrint.focus();
// WinPrint.print();
 //WinPrint.close();
 //prtContent.innerHTML=strOldOne;
}
function recomende(id){
	window.open('http://www.consorciofipal.com.br/recomende/recomende.php?id='+id,'Recomenda','width=400, height=350');
}

function fecha_modal(){
	Control.Modal.close();
}

function box_form(src,w,h){
	
	var link = document.createElement("A");
	link.ClassName = "modal";
	link.href = src;
	 
  m = new Control.Modal(link,{
   opacity: 0.6,
   width: w, 
   height: h

   });
   m.open();
}


function ultima_noticia_pop(){
	box_form('/scripts/ultima_noticia_pop.php','250','300');
}

/**
	função que mostra a janela pop-up para exibir uma função do site guiamais.com.br
**/
function preview(cad, texto, w, h, scroll) {
	var windoew ;
	windoew = window.open(cad, texto, "location=no,height="+ h + ",width=" + w + ",scrollbars=" + scroll);
}
