function subscribe() {
newpage="email_register.htm";
winwidth=500;
winheight=320;
r_window=window.open(newpage,"register","status=no,resizable=yes,toolbar=no,scrollbars=yes,screenX=0,screenY=0,left=0,top=0,width="+winwidth+",height="+winheight);
}

function video(file,w,h) {
newpage=file;
wwinwidth=w+20;
wwinheight=h+40
wposx=0;
c_window=window.open(newpage,"c","status=no,resizable=no,toolbar=no,scrollbars=no,screenX="+wposx+",screenY=0,left="+wposx+",top=0,width="+wwinwidth+",height="+wwinheight);
}