function Launch(page) { 
OpenWin = this.open(page, "schwenke", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=630,height=470"); 
}

