// JavaScript Document
<!-- Begin
function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=yes, location=0');
}
//  End -->
function VideoPop(theURL) {
window.open(theURL, '', 'fullscreen=no, scrollbars=no, location=0, status=0, resizable=0, width=530, height=370');
}