<!--
function fullScreen(theURL) {
window.open(theURL,'','fullscreen=yes,scrollbars=no,border=no,toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no,directories=no,top=0,left=0,outerHeight=' + screen.availHeight + ',outerWidth=' + screen.availWidth);
}

// -->


