<!-- Begin

function popUp(URL,fotohor,fotover,scrolls) {
midhor=""
midver=""
minhor=(screen.availwidth-8)
minver=(screen.availheight-35)
Day = new Date()
id = Day.getTime()

midhor=((screen.availwidth-fotohor)/2);
midver=((screen.availheight-fotover)/2);
if(fotover == 0){fotover = screen.availheight - 75;
	midver=0;
}
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=" + scrolls + ",location=0,statusbar=0,menubar=0,resizable=0,width=" + fotohor + ",height=700,left = " + midhor + ",top = " + midver + "');");
}
// End -->