<!--
	
browserName = navigator.appName;
     browserVer = parseInt(navigator.appVersion);
             if ((browserName == "Netscape" && browserVer >= 3)|(browserName == "Microsoft Internet Explorer" && browserVer >= 4)) version = "3";
             	else version = "2";


if (version=="3")
{
bild1on = new Image(185,15); bild1on.src = "de/images/v_001_h.gif";
bild1off = new Image(185,15); bild1off.src = "de/images/v_001_d.gif";

bild2on = new Image(185,15); bild2on.src = "de/images/v_002_h.gif";
bild2off = new Image(185,15); bild2off.src = "de/images/v_002_d.gif";

bild3on = new Image(185,15); bild3on.src = "de/images/v_003_h.gif";
bild3off = new Image(185,15); bild3off.src = "de/images/v_003_d.gif";

bild4on = new Image(185,15); bild4on.src = "de/images/v_004_h.gif";
bild4off = new Image(185,15); bild4off.src = "de/images/v_004_d.gif";

bild5on = new Image(185,15); bild5on.src = "de/images/v_005_h.gif";
bild5off = new Image(185,15); bild5off.src = "de/images/v_005_d.gif";

bild6on = new Image(185,15); bild6on.src = "de/images/v_006_h.gif";
bild6off = new Image(185,15); bild6off.src = "images/v_006_d.gif";

bild7on = new Image(185,15); bild7on.src = "de/images/v_007_h.gif";
bild7off = new Image(185,15); bild7off.src = "de/images/v_007_d.gif";

bild8on = new Image(185,15); bild8on.src = "de/images/v_008_h.gif";
bild8off = new Image(185,15); bild8off.src = "de/images/v_008_d.gif";

bild9on = new Image(185,15); bild9on.src = "de/images/v_009_h.gif";
bild9off = new Image(185,15); bild9off.src = "de/images/v_009_d.gif";

bild10on = new Image(185,15); bild10on.src = "de/images/v_010_h.gif";
bild10off = new Image(185,15); bild10off.src = "de/images/v_010_d.gif";

bild11on = new Image(185,15); bild11on.src = "de/images/v_011_h.gif";
bild11off = new Image(185,15); bild11off.src = "de/images/v_011_d.gif";

bild12on = new Image(185,15); bild12on.src = "de/images/v_012_h.gif";
bild12off = new Image(185,15); bild12off.src = "de/images/v_012_d.gif";

bild13on = new Image(185,15); bild13on.src = "de/images/v_013_h.gif";
bild13off = new Image(185,15); bild13off.src = "de/images/v_013_d.gif";

bild14on = new Image(185,15); bild14on.src = "de/images/v_014_h.gif";
bild14off = new Image(185,15); bild14off.src = "de/images/v_014_d.gif";

bild15on = new Image(185,15); bild15on.src = "de/images/v_015_h.gif";
bild15off = new Image(185,15); bild15off.src = "de/images/v_015_d.gif";

bild16on = new Image(65,20); bild16on.src = "de/images/h_001_h.gif";
bild16off = new Image(65,20); bild16off.src = "de/images/h_001_d.gif";

bild17on = new Image(65,20); bild17on.src = "de/images/h_002_h.gif";
bild17off = new Image(65,20); bild17off.src = "de/images/h_002_d.gif";

bild18on = new Image(45,20); bild18on.src = "de/images/h_003_h.gif";
bild18off = new Image(45,20); bild18off.src = "de/images/h_003_d.gif";

bild19on = new Image(50,20); bild19on.src = "de/images/h_004_h.gif";
bild19off = new Image(50,20); bild19off.src = "de/images/h_004_d.gif";

bild20on = new Image(65,20); bild20on.src = "de/images/h_005_h.gif";
bild20off = new Image(65,20); bild20off.src = "de/images/h_005_d.gif";

bild21on = new Image(185,15); bild21on.src = "de/images/v_021_h.gif";
bild21off = new Image(185,15); bild21off.src = "de/images/v_021_d.gif";

bild22on = new Image(185,15); bild22on.src = "de/images/v_022_h.gif";
bild22off = new Image(185,15); bild22off.src = "de/images/v_022_d.gif";

}


function imgover(imgName) {
            if (version=="3") {
                window.document[imgName].src = eval(imgName + "on.src");       
            }
	}


function imgoff(imgName) {
            if (version=="3") {
                document[imgName].src = eval(imgName + "off.src");        
            }
	}

//-->