function popUpPub(){
	x = 595;
	y = 842;
	xscreen = screen.width;
	yscreen = screen.height;
	pag = "../js/pub.jpg";
	newWinVal=window.open('', '', 'width=' + x +',height= ' + y +',scrollbars=no,resizable=no,titlebar=no');
	newWinVal.document.write("<html><head><title>Carrel</title></head><body bgcolor=\"#000\" style=\"margin:0; \"><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100px\"></td>");
	newWinVal.document.write("<td align=\"center\"><img src=\"" + pag + "\"></td>");
	newWinVal.document.write("<td width=\"100px\" valign=\"top\" align=\"right\"></td></tr></table></body></html>");
	//newWinVal.moveTo(xscreen/2-x/2,yscreen/2-y/2);
	newWinVal.moveTo(xscreen/2-x/2,0);
}
