<!--
// copyright 2002 by wag 
function open_window(url, hoch, breit){
var fenster = window.open(url,'','height='+hoch+',width='+breit+',status=no,left=20,top=5,scrollbars=yes,dependent=yes') 
}
//-->
