// JavaScript Document
function abrePopUp2(urlImage){  
		titre="Ofertas Pe&ccedil;as";
w=open("",'Ofetas2','width=797,height=600,toolbar=no,scrollbars=yes,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<script language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>");
w.document.write("<BODY style='margin:0; padding:0;'>");
w.document.write("<TABLE width='100' border='0' cellspacing='0' cellpadding='0' height='100'><TR>");
w.document.write("<TD valign='middle' align='center'><IMG src='"+urlImage+"' border=0 alt='Ofertas'>");
w.document.write("</TD></TR></TABLE>");
w.document.write("</BODY></HTML>");
w.document.close();
	}
	function abrePopUp1(urlImagem){  
	/*	window.open(urlImagem,'Ofertas','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=980');  
	}  
	function abrePopUp2(urlImagem){  
		window.open(urlImagem,'Ofertas2','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=980');  
	}  */
	titre="Ofertas Acess&oacute;rios";
w=open("",'Ofetas','width=797,height=600,toolbar=no,scrollbars=yes,resizable=yes');
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>");
w.document.write("<script language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+10,document.images[0].height+30); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>");
w.document.write("<BODY style='margin:0; padding:0;'>");
w.document.write("<TABLE width='100' border='0' cellspacing='0' cellpadding='0' height='100'><TR>");
w.document.write("<TD valign='middle' align='center'><IMG src='"+urlImagem+"' border=0 alt='Ofertas'>");
w.document.write("</TD></TR></TABLE>");
w.document.write("</BODY></HTML>");
w.document.close();
}
