Hallo,
soweit ich mich entsinne, läuft der wondow.open in etwa so:
window.open("xxx.htm","_blank",
"width=800,height=600,left=0,top=0,menubar=yes")
So sieht das ganze insgesamt aus
window.open("index2.html","","width=800,height=600,left=0,top=0","target=_blank");