function fullscreen(url) { var custom_width = screen.availWidth - 0; var custom_hight = screen.availHeight - 0;window.open(url, "WindowName", "width=" + custom_width + ",height=" + custom_hight + ",left=0,top=0, resizable=1" ); }