// JavaScript Document

function win1() {
    window.open("../newsletter.html","Window1","menubar=no,scrollbars=yes,width=450,height=480,toolbar=no");
}
function win2() {
    window.open("form/phorm.php","Window2","menubar=no,scrollbars=yes,width=530,height=530,toolbar=no");
}
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=1,resizable=1,width=600,height=580');");
}