var newwindow;
function poptastic(url)
{
newwindow=window.open(url,'video','height=500,width=400');
if (window.focus) {newwindow.focus()}
}

