function init(){
if(document.all){
klar = new Function('','this.blur();');
for(i=0;i<document.links.length;i++)
document.links[i].onfocus = klar;
}
}

function ja(id) {
if (document.getElementById) {
document.getElementById(id).style.visibility="visible";
}
} 

function nein(id) {
if (document.getElementById) {
document.getElementById(id).style.visibility="hidden";
}
}

function grow(){
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight);
}

function zenti(seite,rubinrot,breite,hoehe){
breite='601';
hoehe='428';
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();
}

function ad(seite,rubinrot,breite,hoehe){
breite='953';
hoehe='428';
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();
}

function prepix(){
document.Vorladen = new Array();
if(document.images){
for(var i = 0; i < prepix.arguments.length; i++){
document.Vorladen[i] = new Image();
document.Vorladen[i].src = prepix.arguments[i];
}
}
}