function pix(width,height,content){
//	y=window.open('/pix.jsp?pix='+content+'&height='+height+'&width='+width,"galeria","");       
//	y=window.open('/pix.jsp?pix='+content+'&height='+height+'&width='+width,"galeria","width="+width+",height="+height+",resizable=0,status=0,scrollbars=0,left=" + 100 + ",top=" + 100);
//	y=window.open('/pix.jsp?pix='+content+'&height='+(height+40)+'&width='+(width+5),"galeria","width="+(width+5)+",height="+(height+40)+",resizable=0,status=0,scrollbars=0,left=" + ((screen.width/2)-(width/2)) + ",top=" + ((screen.height/2)-(height/2)));
	y=window.open('/popupgaleria.html?pic='+content,"galeria","width=600,height=450,resizable=0,status=0,scrollbars=0,left=100,top= 100");

	y.focus();
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

