Versuch mal:
function OpenWindow(){
win1=window.open('intro.html','mode','scrollbars=no, resizable=no,width=400,height=400,screenX="200",screeny="800",left="650",top="320",status=no');
win2=window.open('movie1.html','hohensinner','scrollbars=no, resizable=no,width=400,height=180,screenX="200",screeny="800",left="650",top="100",status=no');
...
}