// JavaScript Document
function newwindow(newPage){ 
window.open(newPage,'video','width=490,height=410,toolbar=0,menubar=0,directories=0,location=0,status=0,copyhistory=0,scrollbars=0,resizable=1'); 
} 

function newvideo(videoPage){
window.open(videoPage,'newvideo','width=648,height=420,toolbar=0,menubar=0,directories=0,location=0,status=0,copyhistory=0,scrollbars=0,resizable=1'); 
} 

