var newwindow;
function moviepop(url)
{
newwindow=window.open(url,'name','height=375,width=378');
if (window.focus) {newwindow.focus()}
}