<!-- animierte Button mit JavaScript //-->

var g_nBrowserType = 0;
var g_strIgnoreMouseOut = " ";
var g_strLastButton = " ";

function GetBrowserType()
{
	var nBrowserType = 0;
	if
	(navigator.userAgent.indexOf("Modzilla/3.0") != -1)
		nBrowserType = 3;
	else if
	(navigator.userAgent.indexOf("Modzilla/4.0") != -1)
		nBrowserType = 4;
	else if
	(navigator.userAgent.indexOf("MSIE") != -1)
		nBrowserType = 1;
	else if
	(navigator.userAgent.indexOf("Modzilla/2.0") != -1)
		nBrowserType = 2;
	else
		nBrowserType = 0;
	return( nBrowserType);
}

g_nBrowserType = GetBrowserType();

function HoverButtonOn(strButtonName)
{
	if (g_strIgnoreMouseOut == strButtonName) return;
	if (g_nBrowserType <= 3)
	{
		imgOn = eval(strButtonName + "x.src");
		if(document.images[strButtonName].src != imgOn)
		{
			document.images[strButtonName].src = imgOn;
		}
	}
}

g_nBrowserType = GetBrowserType();

function HoverButtonOff(strButtonName)
{
	if (g_strIgnoreMouseOut == strButtonName) return;
	if (g_nBrowserType <= 3)
	{
		imgOff = eval(strButtonName + ".src");
		if(document.images[strButtonName].src != imgOff)
		{
			document.images[strButtonName].src = imgOff;
		}
	}
}

function ButtonDown(strButtonName)
{
	if (g_nBrowserType <= 3)
	{
		if(g_strLastButton != " ")
		{
			imgOff = eval(g_strLastButton + ".src");
			if (document.images[g_strLastButton].src != imgOff)
			{
				document.images[g_strLastButton].src = imgOff;
			}
		}
		imgOn = eval(strButtonName + "y.src");
		if(document.images[strButtonName].src != imgOn)
		{
			document.images[strButtonName].src = imgOn;
		}
		g_strIgnoreMouseOut = strButtonName;
		g_strLastButton = strButtonName;
	}
}

<!--button laden--//-->

butt01		=new Image();
butt01.src	="links/1.gif";
butt01x		=new Image();
butt01x.src	="links/2.gif";
butt01y		=new Image();
butt01y.src	="links/1.gif";

butt02		=new Image();
butt02.src	="links/1.gif";
butt02x		=new Image();
butt02x.src	="links/2.gif";
butt02y		=new Image();
butt02y.src	="links/1.gif";

butt03		=new Image();
butt03.src	="links/1.gif";
butt03x		=new Image();
butt03x.src	="links/2.gif";
butt03y		=new Image();
butt03y.src	="links/1.gif";

butt04		=new Image();
butt04.src	="links/1.gif";
butt04x		=new Image();
butt04x.src	="links/2.gif";
butt04y		=new Image();
butt04y.src	="links/1.gif";

butt05		=new Image();
butt05.src	="links/1.gif";
butt05x		=new Image();
butt05x.src	="links/2.gif";
butt05y		=new Image();
butt05y.src	="links/1.gif";

butt06		=new Image();
butt06.src	="links/1.gif";
butt06x		=new Image();
butt06x.src	="links/2.gif";
butt06y		=new Image();
butt06y.src	="links/1.gif";

butt07		=new Image();
butt07.src	="links/1.gif";
butt07x		=new Image();
butt07x.src	="links/2.gif";
butt07y		=new Image();
butt07y.src	="links/1.gif";

butt08		=new Image();
butt08.src	="links/1.gif";
butt08x		=new Image();
butt08x.src	="links/2.gif";
butt08y		=new Image();
butt08y.src	="links/1.gif";

butt09		=new Image();
butt09.src	="links/3.gif";
butt09x		=new Image();
butt09x.src	="links/4.gif";
butt09y		=new Image();
butt09y.src	="links/3.gif";

butt10		=new Image();
butt10.src	="links/3.gif";
butt10x		=new Image();
butt10x.src	="links/4.gif";
butt10y		=new Image();
butt10y.src	="links/3.gif";

butt11		=new Image();
butt11.src	="links/3.gif";
butt11x		=new Image();
butt11x.src	="links/4.gif";
butt11y		=new Image();
butt11y.src	="links/3.gif";

butt12		=new Image();
butt12.src	="links/3.gif";
butt12x		=new Image();
butt12x.src	="links/4.gif";
butt12y		=new Image();
butt12y.src	="links/3.gif";

butt13		=new Image();
butt13.src	="bilder/firma.jpg";
butt13x		=new Image();
butt13x.src	="bilder/firma1.jpg";
butt13y		=new Image();
butt13y.src	="bilder/firma1.jpg";

butt14		=new Image();
butt14.src	="bilder/produkte.jpg";
butt14x		=new Image();
butt14x.src	="bilder/produkte1.jpg";
butt14y		=new Image();
butt14y.src	="bilder/produkte1.jpg";

butt15		=new Image();
butt15.src	="bilder/vertrieb.jpg";
butt15x		=new Image();
butt15x.src	="bilder/vertrieb1.jpg";
butt15y		=new Image();
butt15y.src	="bilder/vertrieb1.jpg";

butt16		=new Image();
butt16.src	="bilder/service.jpg";
butt16x		=new Image();
butt16x.src	="bilder/service1.jpg";
butt16y		=new Image();
butt16y.src	="bilder/service1.jpg";

butt17		=new Image();
butt17.src	="bilder/news.jpg";
butt17x		=new Image();
butt17x.src	="bilder/news_1.jpg";
butt17y		=new Image();
butt17y.src	="bilder/news_1.jpg";

butt18		=new Image();
butt18.src	="bilder/kontakt.jpg";
butt18x		=new Image();
butt18x.src	="bilder/kontakt1.jpg";
butt18y		=new Image();
butt18y.src	="bilder/kontakt1.jpg";

butt19		=new Image();
butt19.src	="bilder/home.jpg";
butt19x		=new Image();
butt19x.src	="bilder/home1.jpg";
butt19y		=new Image();
butt19y.src	="bilder/home1.jpg";

butt20		=new Image();
butt20.src	="bilder/info.jpg";
butt20x		=new Image();
butt20x.src	="bilder/info1.jpg";
butt20y		=new Image();
butt20y.src	="bilder/info1.jpg";

butt21		=new Image();
butt21.src	="bilder/agb.jpg";
butt21x		=new Image();
butt21x.src	="bilder/agb1.jpg";
butt21y		=new Image();
butt21y.src	="bilder/agb1.jpg";

butt22		=new Image();
butt22.src	="links/3.gif";
butt22x		=new Image();
butt22x.src	="links/4.gif";
butt22y		=new Image();
butt22y.src	="links/3.gif";

butt23		=new Image();
butt23.src	="links/3.gif";
butt23x		=new Image();
butt23x.src	="links/4.gif";
butt23y		=new Image();
butt23y.src	="links/3.gif";

butt24		=new Image();
butt24.src	="links/3.gif";
butt24x		=new Image();
butt24x.src	="links/4.gif";
butt24y		=new Image();
butt24y.src	="links/3.gif";

butt25		=new Image();
butt25.src	="links/3.gif";
butt25x		=new Image();
butt25x.src	="links/4.gif";
butt25y		=new Image();
butt25y.src	="links/3.gif";

butt26		=new Image();
butt26.src	="links/3.gif";
butt26x		=new Image();
butt26x.src	="links/4.gif";
butt26y		=new Image();
butt26y.src	="links/3.gif";

butt27		=new Image();
butt27.src	="links/3.gif";
butt27x		=new Image();
butt27x.src	="links/4.gif";
butt27y		=new Image();
butt27y.src	="links/3.gif";

butt28		=new Image();
butt28.src	="links/3.gif";
butt28x		=new Image();
butt28x.src	="links/4.gif";
butt28y		=new Image();
butt28y.src	="links/3.gif";

butt29		=new Image();
butt29.src	="links/3.gif";
butt29x		=new Image();
butt29x.src	="links/4.gif";
butt29y		=new Image();
butt29y.src	="links/3.gif";

butt30		=new Image();
butt30.src	="bilder/hin.jpg";
butt30x		=new Image();
butt30x.src	="bilder/hin1.jpg";
butt30y		=new Image();
butt30y.src	="bilder/hin1.jpg";

butt31		=new Image();
butt31.src	="links/6.gif";
butt31x		=new Image();
butt31x.src	="links/7.gif";
butt31y		=new Image();
butt31y.src	="links/6.gif";

butt32		=new Image();
butt32.src	="links/6.gif";
butt32x		=new Image();
butt32x.src	="links/7.gif";
butt32y		=new Image();
butt32y.src	="links/6.gif";
