
function popUp(URL,w,h) {
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="+ w +",height="+ h + ",left = 540,top = 262');");
}


function emailPop(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=1,width=320,height=400,left = 540,top = 262');");
}

function VideoPop(myvid){

w = 400;
h = 300;
ah = h - 25
nw=window.open("/playvid.php?vid="+myvid+".wmv","",'toolbar=no,location=no,directories=no,menubar =no,scrollbars=no,status=no,resizable=0,width='+w+',height='+ah)
window.nw.moveTo(512,380) 

}

