function fullScreen(theURL) { var sPath = window.location.pathname; //var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1); var sPage = sPath.substring(sPath.lastIndexOf('/') + 1); // alert(sPage); window.open(sPage, '', 'fullscreen=yes, scrollbars=yes'); }