window.onerror = new Function("return true")

function openjan_sized(Jt,dat,Ww,Wh) 
{
Lf = (screen.width-[Ww])/2;  if(Ww >=screen.width)  {Ww = screen.width - 5;}
Tp = (screen.height-[Wh])/2; if(Wh >=screen.height) {Wh = screen.height - 20;}
// Wh += 16; Ww += 16; ajuste se usar scroll
janela = window.open('',Jt,'width=' + Ww + ',height=' + Wh + ',left=' + Lf + ',top=' + Tp + ',status=no,scrollbars=auto,tollbar=no');
janela.document.write(' <HTML><HEAD><TITLE>CARRETAS PIER</TITLE>');
janela.document.write(' <META http-equiv="Expires" content=""></head>');
janela.document.write(' <body bgcolor="#000000" onload="self.focus()" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0"> ');
janela.document.write(' <img src="' + dat + '" onclick="self.close();"  onmousedown="self.close();"></body></html> ');
window.janela.focus();
}


function openjan(Jt,dat,Ww,Wh) 
{
Lf = (screen.width-[Ww])/2;
Tp = (screen.height-[Wh])/2;
janela = window.open('',Jt,'width=' + Ww + ',height=' + Wh + ',left=' + Lf + ',top=' + Tp + ',status=no,scrollbars=no,tollbar=no');
janela.document.write(' <HTML><HEAD><TITLE>CARRETAS PIER</TITLE>');
janela.document.write(' <META HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT"></head>');
janela.document.write(' <body bgcolor="#ffffff" onload="self.focus()" leftmargin=0 topmargin=0 marginheight="0" marginwidth="0"> ');
janela.document.write(' <img src="/galeria/' + dat + '" onmousedown="self.close();"></body></html> ');
window.janela.focus();
}

