// JavaScript Document
function _openWindow(page,option){
	window.open(page,"_blank",option);
}

function Ofertas(img){
	document.getElementById("imgOfertas").src = img
}

function produtos(pagina,width,height)
{
	//alert(param);
	if(pagina !=""){
		 
		 window.open(pagina,"janela","scrollbars=yes,width=" + width + ",height=" + height + ",top=2,left=2,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no");   			   
	}
}

function lnk(pagina,width,height)
{
	//alert(param);
	if(pagina !=""){
		 
		 window.open(pagina + ".htm","janela","scrollbars=yes,width=" + width + ",height=" + height + ",top=2,left=2,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no");   			   
	}
}

function janela(param,width,height)
{
	//alert(param);
	if(param !=""){
		
		 window.open(param,'imoveis','scrollbars=yes,width=' + width + ',height=' + height + ',top=2,left=2,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no');   			   
	   }
}