function popUp(nr,width,height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('popup.php?id='+nr, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left=450,top=300');");
}

function popUpPic(nr,width,height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('popuppic.php?id='+nr, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left=450,top=300');");
}

function popUpOfferPic(nr,width,height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('popupofferpic.php?id=" + nr + "&width=" + width + "&height=" + height +"', '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left=450,top=300');");
}

function popUpUrl(URL,width,height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width="+width+",height="+height+",left=450,top=300');");
}

function popUpUrlScr(URL,width,height) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width="+width+",height="+height+",left=450,top=300');");
}
