function email_popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',width=360,height=200,'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,left = 262,top = 34');");
}
function video_popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "',width=700,height=400,'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,left = 262,top = 34');");
}

