<!--
function fenster (a,b,content)
{
window.open(content,"","dependent=1,scrollbars=0,height="+a+",width="+b)
}
//-->
