
function fullScreen(theURL) 
{
window.open(theURL, 'test', 'toolbar=no,width=' +screen.width + ',height=' +screen.height+',menubar=no,status=no,scrollbars=no,resizable=yes');
}