<!--
function winstat(txt){
eval("window.status='"+txt+"'; ");
}
function jsfenster(url,x,y,name) {
window.open(url,name,"width="+x+",height="+y+",screenX=250,screenY=550,scrolling=yes,location=no,toolbar=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes");
}
//-->