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

// -->

