function init(){
if(document.all){
clear = new Function('','this.blur();');
for(i=0;i<document.links.length;i++)
document.links[i].onfocus = clear;
}
}

function zenti(seite,rubinrot,breite,hoehe){
breite='400';
hoehe='365';
vonlinks = (screen.width-breite)/2;
vonoben = (screen.height-hoehe)/2;
agentur=window.open(seite,rubinrot, 'width='+breite+',height='+hoehe+',left='+vonlinks+',top='+vonoben+',location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
agentur.focus();
}