Event.observe(window, 'load', function() {
    viewvideo = function(url,width,height){  
        myRef = window.open(url,'Video','left=20,top=20,width=' + width + ',height=' + height + ',toolbar=0,resizable=0');
        return false;
    }
});
