<!--

function fenstercreate(inhalt,x1,y1){
tochterfenster=window.open(inhalt,"IHK","width="+x1+",height="+y1+",scrollbars=yes,resizable=yes,locationbar=no,menubar=no"); 
tochterfenster.focus();
}

//-->