function BlurLinks(){
  var a = document.getElementsByTagName('a');
  var x = a.length;

  for(i=0;i<x;i++){
    a[i].onfocus = new Function("this.blur();");
  }
}


function Init() {
    BlurLinks();
    var inputs = document.getElementsByTagName("input");
    for (var i = 0; i < inputs.length; i++) {
        if(inputs[i].type == "image"){
        inputs[i].onfocus = new Function("this.blur();");
        }
    }
}

function a(breite,hoehe,name,pfad,prop)
{
xpos=(screen.width-breite)/2;
ypos=(screen.height-hoehe)/2;
prop+=(prop!='')?',':'';
prop+=',left='+xpos+',top='+ypos;

smallwin = window.open(pfad,name,prop+((prop!='')?',':'')+'width='+breite+',height='+hoehe);
smallwin.focus();
return false;
}

function b(breite,hoehe,name,pfad,prop)
{
xpos=(screen.width-breite)/2;
ypos=(screen.height-hoehe)/2;
prop+=(prop!='')?',':'';
prop+=',left='+xpos+',top='+ypos;

window.open(pfad,name,prop+((prop!='')?',':'')+'width='+breite+',height='+hoehe);}

function c(breite,hoehe,name,pfad,prop)
{
xpos=(screen.width-breite)/2;
ypos=(screen.height-hoehe)/2;
prop+=(prop!='')?',':'';
prop+=',left='+xpos+',top='+ypos;

window.open(pfad,name,prop+((prop!='')?',':'')+'width='+breite+',height='+hoehe);}

function d(breite,hoehe,name,pfad,prop)
{
xpos=(screen.width-breite)/2;
ypos=(screen.height-hoehe)/2;
prop+=(prop!='')?',':'';
prop+=',left='+xpos+',top='+ypos;

window.open(pfad,name,prop+((prop!='')?',':'')+'width='+breite+',height='+hoehe);}



