function newWindow(URL) { window.open(URL,"newwindow","toolbar=1,location=1,resizable=1,scrollbars=1,width=1100,height=1000,top=0,left=100"); }