\n');
function gallerypop(loc,name,x,y) {
window.open(loc,name,"width="+x+",height="+y+",toolbar=no,scrollbars=no,resizable=no,menubar=no,status=no,directories=no,location=no,top=0,left=0");
}
}
function NewWindow(mypage, myname, w, h, scroll)
{var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
//mypage = 'popUp.asp?dpto=5&file='+mypage
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4)
{win.window.focus();
}
}
//-->