function videopop(url)
{
        newwindow=window.open(url,'name','height=355,width=430');
        if (window.focus) {newwindow.focus()}
        return false;
}