// JavaScript Document

function openWindow(seite,hoehe,breite) 
{ 
popupWin = window.open(seite, 'remote', 'width='+breite+',height='+hoehe+',left=20,top=20') 
}