
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=1,width=460,height=380,left = 0,top = 0');");
}
function popUpSunnlendingur(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=465,height=560,left = 570,top = 410');");
}
// End -->

function PopupPic(sPicURL) { 
				window.open("VedurMyndir.asp?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200,left = 0,top = 0");
			}
