function winopen1(){
var targeturl="http://www.erklaert.de/A320/A320_Intro.htm"
newwin=window.open("","","resizable , scrollbars")
if (document.all){
newwin.moveTo(300,150)
newwin.resizeTo(1100, 950)
}
newwin.location=targeturl
}
