You can use a window.open() method.
newWin =window.open("test.html",'TheNewpop','fullscreen=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no');
and in test.html add the following into the body tag
style="overflow:hidden"
Hope this...