function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL,'funstuff','location=yes,menubars=1,toolbars=no,scrollbars=no,resizable=no,width=760,height=410,left=10,top=10').focus();");
}
