<!-- Original:  Patrick Lewis, mod: W. Jansen -->
<!-- Begin
if (document.layers) {navigator.family = "nn4"}
if (document.all) {navigator.family = "ie4"}
if (window.navigator.userAgent.toLowerCase().match("gecko")) {navigator.family = "gecko"}
descarray = new Array(
"<img src=\"design/Bilder/Shopping/Logos/firma1.jpg\" width=\"100\" height=\"65\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma2.jpg\" width=\"100\" height=\"49\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma3.jpg\" width=\"100\" height=\"51\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma4.jpg\" width=\"100\" height=\"65\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma5.jpg\" width=\"100\" height=\"162\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma6.jpg\" width=\"120\" height=\"25\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma7a.jpg\" width=\"100\" height=\"33\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma7b.jpg\" width=\"100\" height=\"51\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma8.jpg\" width=\"100\" height=\"74\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma9.jpg\" width=\"100\" height=\"65\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma10.jpg\" width=\"100\" height=\"101\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma11.jpg\" width=\"100\" height=\"54\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma12.jpg\" width=\"100\" height=\"41\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma13.jpg\" width=\"100\" height=\"83\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma14.jpg\" width=\"100\" height=\"47\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma15.jpg\" width=\"100\" height=\"66\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma16a.jpg\" width=\"100\" height=\"57\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma16b.jpg\" width=\"120\" height=\"25\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma17.jpg\" width=\"100\" height=\"34\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma18.jpg\" width=\"100\" height=\"79\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma19.jpg\" width=\"119\" height=\"90\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma20a.jpg\" width=\"100\" height=\"27\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma20b.jpg\" width=\"100\" height=\"80\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma21.jpg\" width=\"100\" height=\"21\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma22.jpg\" width=\"100\" height=\"11\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma23.jpg\" width=\"100\" height=\"44\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma24.jpg\" width=\"100\" height=\"29\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma25.jpg\" width=\"100\" height=\"45\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma26.jpg\" width=\"100\" height=\"30\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma27.jpg\" width=\"100\" height=\"95\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma28.jpg\" width=\"100\" height=\"80\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma29.jpg\" width=\"100\" height=\"30\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma30.jpg\" width=\"100\" height=\"39\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma31.jpg\" width=\"100\" height=\"17\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma32.jpg\" width=\"100\" height=\"24\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma33.jpg\" width=\"100\" height=\"24\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma34.jpg\" width=\"70\" height=\"64\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma35.jpg\" width=\"100\" height=\"61\" alt=\"\" border=\"0\">",
"<img src=\"design/Bilder/Shopping/Logos/firma36.jpg\" width=\"88\" height=\"32\" alt=\"\" border=\"0\">"
);
overdiv="0";

// zeigt die PopUp-Box
function popLayer(a){
if(!descarray[a]){descarray[a]="<font color=red>Dieses PopUp (#"+a+") ist nicht korrekt definiert - Beschreibung fehlt</font>";}
if (navigator.family == "gecko") {pad="0"; bord="1 bordercolor=black";}
else {pad="1"; bord="0";}
desc = "<table cellspacing=0 cellpadding="+pad+" border="+bord+"  bgcolor=000000><tr><td>\n"
        +"<table cellspacing=0 cellpadding=10 border=0 width=100%><tr><td bgcolor=#FFFFFF><center><font size=-1>\n"
        +descarray[a]
        +"\n</td></tr></table>\n"
        +"</td></tr></table>";
if(navigator.family =="nn4") {
        document.object1.document.write(desc);
        document.object1.document.close();
        document.object1.left=x+20;
        document.object1.top=y+190;
        }
else if(navigator.family =="ie4"){
        object1.innerHTML=desc;
        object1.style.pixelLeft=x+20;
        object1.style.pixelTop=y+190;
        }
else if(navigator.family =="gecko"){
        document.getElementById("object1").innerHTML=desc;
        document.getElementById("object1").style.left=x+20;
        document.getElementById("object1").style.top=y+190;
        }
}


//  versteckt die PopUp-Box
function hideLayer(){
if (overdiv == "0") {
        if(navigator.family =="nn4") {eval(document.object1.top="-500");}
        else if(navigator.family =="ie4"){object1.innerHTML="";}
        else if(navigator.family =="gecko") {document.getElementById("object1").style.top="-500";}
        }
}


var isNav = (navigator.appName.indexOf("Netscape") !=-1);

function handlerMM(e){

// entweder feste x/y-Position für die Info-Box
// x = 300; // Infobox x-Position bei 300 von links
// y = 0;   // Infobox y-Position bei 0 (oben)

// oder Plazierung neben Mauszeiger

x = (isNav) ? e.pageX : event.clientX + document.body.scrollLeft;
y = (isNav) ? e.pageY : event.clientY + document.body.scrollTop;

}


if (isNav){document.captureEvents(Event.MOUSEMOVE);}
document.onmousemove = handlerMM;
//  End -->
