<!--
var button_click="";

function imageload()
{
home = new Image();
	home.src = "images/buttons/home.jpg";
homeover = new Image();
	homeover.src = "images/buttons/rollover/rolloverhome.jpg";
homeclick = new Image();
	homeclick.src = "images/buttons/click/clickhome.jpg";
akkos = new Image();
	akkos.src = "images/buttons/akkos.jpg";
akkosover = new Image();
	akkosover.src = "images/buttons/rollover/rolloverakkos.jpg";
akkosclick = new Image();
	akkosclick.src = "images/buttons/click/clickakkos.jpg";
leistung = new Image();
	leistung.src = "images/buttons/leistung.jpg";
leistungover = new Image();
	leistungover.src = "images/buttons/rollover/rolloverleistung.jpg";
leistungclick = new Image();
	leistungclick.src = "images/buttons/click/clickleistung.jpg";
referenzen = new Image();
	referenzen.src = "images/buttons/referenzen.jpg";
referenzenover = new Image();
	referenzenover.src = "images/buttons/rollover/rolloverreferenzen.jpg";
referenzenclick=new Image();
	referenzenclick.src="images/buttons/click/clickreferenzen.jpg";
//kooperation = new Image();
	//kooperation.src = "images/buttons/kooperation.jpg";
//kooperationover = new Image();
	//kooperationover.src = "images/buttons/rollover/rolloverkooperation.jpg";
//kooperationclick = new Image();
	//kooperationclick.src = "images/buttons/click/clickkooperation.jpg";
impressum = new Image();
	impressum.src = "images/buttons/impressum.jpg";
impressumover = new Image();
	impressumover.src = "images/buttons/rollover/rolloverimpressum.jpg";
impressumclick = new Image();
	impressumclick.src = "images/buttons/click/clickimpressum.jpg";
kontakt = new Image();
	kontakt.src = "images/buttons/kontakt.jpg";
kontaktover = new Image();
	kontaktover.src = "images/buttons/rollover/rolloverkontakt.jpg";
kontaktclick = new Image();
	kontaktclick.src = "images/buttons/click/clickkontakt.jpg";
}

function change(ImageNo,ImageOb,button)
{
page = parent.frames[2].document.title;
if (page != button)
	{
	window.document.images[ImageNo].src=ImageOb.src;
	}
}

function changeout(ImageNo,ImageOb,button)
{
if (button != button_click)
	{
	if (page != button)
		{
		window.document.images[ImageNo].src=ImageOb.src;
		}
	}
}

function ontheclick(ImageNo,ImageOb,button)
{
start();
button_click=button;
start();
window.document.images[ImageNo].src=ImageOb.src;
start();
}


function start()
{
actual = parent.frames[2].document.title;
if (actual == "home")
		{
			parent.frames[0].document.images[35].src="./images/buttons/click/clickhome.jpg";
			parent.frames[0].document.images[39].src="./images/buttons/akkos.jpg";
			parent.frames[0].document.images[43].src="./images/buttons/leistung.jpg";
			parent.frames[0].document.images[47].src="./images/buttons/referenzen.jpg";
			parent.frames[0].document.images[51].src="./images/buttons/kooperation.jpg";
			parent.frames[0].document.images[55].src="./images/buttons/kontakt.jpg";
			parent.frames[0].document.images[59].src="./images/buttons/impressum.jpg";
		}

if (actual == "akkos")
		{
			parent.frames[0].document.images[35].src="./images/buttons/home.jpg";
			parent.frames[0].document.images[39].src="./images/buttons/click/clickakkos.jpg";
			parent.frames[0].document.images[43].src="./images/buttons/leistung.jpg";
			parent.frames[0].document.images[47].src="./images/buttons/referenzen.jpg";
			parent.frames[0].document.images[51].src="./images/buttons/kooperation.jpg";
			parent.frames[0].document.images[55].src="./images/buttons/kontakt.jpg";
			parent.frames[0].document.images[59].src="./images/buttons/impressum.jpg";
		}
		
if (actual == "leistung")
		{
			parent.frames[0].document.images[35].src="./images/buttons/home.jpg";
			parent.frames[0].document.images[39].src="./images/buttons/akkos.jpg";
			parent.frames[0].document.images[43].src="./images/buttons/click/clickleistung.jpg";
			parent.frames[0].document.images[47].src="./images/buttons/referenzen.jpg";
			parent.frames[0].document.images[51].src="./images/buttons/kooperation.jpg";
			parent.frames[0].document.images[55].src="./images/buttons/kontakt.jpg";
			parent.frames[0].document.images[59].src="./images/buttons/impressum.jpg";
		}

if (actual == "referenzen")
		{
			parent.frames[0].document.images[35].src="./images/buttons/home.jpg";
			parent.frames[0].document.images[39].src="./images/buttons/akkos.jpg";
			parent.frames[0].document.images[43].src="./images/buttons/leistung.jpg";
			parent.frames[0].document.images[47].src="./images/buttons/click/clickreferenzen.jpg";
			parent.frames[0].document.images[51].src="./images/buttons/kooperation.jpg";
			parent.frames[0].document.images[55].src="./images/buttons/kontakt.jpg";
			parent.frames[0].document.images[59].src="./images/buttons/impressum.jpg";
		}


//if (actual == "kooperation")
	//	{
		//	parent.frames[0].document.images[35].src="./images/buttons/home.jpg";
		//	parent.frames[0].document.images[39].src="./images/buttons/akkos.jpg";
		//	parent.frames[0].document.images[43].src="./images/buttons/leistung.jpg";
		//	parent.frames[0].document.images[47].src="./images/buttons/referenzen.jpg";
		//	parent.frames[0].document.images[51].src="./images/buttons/click/clickkooperation.jpg";
		//	parent.frames[0].document.images[55].src="./images/buttons/kontakt.jpg";
		//	parent.frames[0].document.images[59].src="./images/buttons/impressum.jpg";
		//}

if (actual == "kontakt")
		{
			parent.frames[0].document.images[35].src="./images/buttons/home.jpg";
			parent.frames[0].document.images[39].src="./images/buttons/akkos.jpg";
			parent.frames[0].document.images[43].src="./images/buttons/leistung.jpg";
			parent.frames[0].document.images[47].src="./images/buttons/referenzen.jpg";
			parent.frames[0].document.images[51].src="./images/buttons/kooperation.jpg";
			parent.frames[0].document.images[55].src="./images/buttons/click/clickkontakt.jpg";
			parent.frames[0].document.images[59].src="./images/buttons/impressum.jpg";
		}

if (actual == "impressum")
		{
			parent.frames[0].document.images[35].src="./images/buttons/home.jpg";
			parent.frames[0].document.images[39].src="./images/buttons/akkos.jpg";
			parent.frames[0].document.images[43].src="./images/buttons/leistung.jpg";
			parent.frames[0].document.images[47].src="./images/buttons/referenzen.jpg";
			parent.frames[0].document.images[51].src="./images/buttons/kooperation.jpg";
			parent.frames[0].document.images[55].src="./images/buttons/kontakt.jpg";
			parent.frames[0].document.images[59].src="./images/buttons/click/clickimpressum.jpg";
		}
}
//-->

