// JavaScript Document
<!--print page-->
function popUpPrint(page) {
fineline=eval("window.open('"+page+"','','toolbar=0,scrollbars=1,location=0,status=0,menubars=0,resizable=1,width=800,height=800')")
width=(screen.width/2)-250
height=(screen.height/2)-350
fineline.window.moveTo(width,height)
}
<!--popUp win bas i netreba
function popWin(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=500,left = 390,top = 262');");
}


<!--popUp win
function MM_openBrWindow(page) {
fineline=eval("window.open('"+page+"','VillaVerde_gallery','toolbar=0,scrollbars=1,location=0,status=0,menubars=0,resizable=0,width=500,height=500')")
width=(screen.width/2)-250
height=(screen.height/2)-300
fineline.window.moveTo(width,height)
}
//-->