<!-- Begin
var w = window.screen.availWidth-10;
var h = window.screen.availHeight-30;
var win = open 
function fullScreen(theURL) {
window.open(theURL, '', 'top=0, left=0, height='+h+', width='+w+', scrollbars=auto, toolbar=0, location=0, directories=0, status=0, menuBar=0, scrollBars=1,resizable=1');
}
//  End -->
