function POPUP(URL,W,H){var NewPop = null;NewPop = window.open(URL,'removieopening','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,left=0,top=0,width='+ W +',height='+ H + '');NewPop.focus();}//-->


function POPUP2(url25)
{
mywin25 = window.open(url25,"win25",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=600,height=600,left=200,top=200');
}


