
function expandir(objeto) {
if (document.all[objeto].style.display == "none") {
document.all[objeto].style.display = ""
}

else {
document.all[objeto].style.display = "none"
}

}


function Popup()
{
pop1 ="http://images.polishop.com.br/intershoproot/eCS/Store/pt/chuck/pop/popupFreteGratis.htm";
window.open(pop1,'Popup','resizable=no,location=no,directories=no,status=no,toolbar=no,menubar=no,titlebar=no,scrollbars=no,width=300,height=209,top=100,left=60');
}
 
function PopUpCerti(url) {
sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=1,menubar=1, scrollbars=1 ,resizable=1,width=800,height=500');
self.name = "mainWin"; }


function vopenw(url) {	
	tbar='menubar=no,scrollbars=yes,resizable=no,location=0,status=0,DIRECTORIES: NO,width=700,height=600';
	sw =  window.open(url,'CRSN_Splash',tbar);
	sw.focus();
	}
	
 



