win = window.open("index.html","Artel","Width="+screen.width+", Height="+screen.height+", Toolbar=0, Location=0, Scrollbars=1, Status=1", "Status=1, Menubar=0, Scrollbars=1, Resizable=1");
win.moveTo(0,0);
win.resizeTo(screen.availWidth,screen.availHeight);