function bild(xsize,ysize,picture)
{
    xp = (screen.width-xsize) / 2;
    yp = (screen.availHeight-ysize) / 2 - 30;
    
    site = "bild.htm?bild="+picture;
    winstr = "directories=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0,width="+xsize+",height="+ysize+",left="+xp+",top="+yp;
    WinBild = window.open(site, "", winstr);    
}

    function winPreisinfo(sitetype)
    {
        var xsize = 635;
        var ysize = 420;
        var xp = (screen.width-xsize) / 2;
        var yp = (screen.availHeight-ysize) / 2 - 30;
        var site = "detail-preisinfo-"+sitetype+".htm";
        var winstr = "directories=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0,width="+xsize+",height="+ysize+",left="+xp+",top="+yp;
        WinPreisInfo = window.open(site, "WinPreisInfo", winstr);
        WinPreisInfo.focus();
     }

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function turnOff(dname) {
document.getElementById(dname).style.visibility = 'hidden';
}
function turnOn(dname) {
document.getElementById(dname).style.visibility = 'visible';
}


