<!-- 

	menu_01 = new Image();		menu_01.src ="img/menu/menu_01_s.gif";
	menu_01on = new Image(); 	menu_01on.src ="img/menu/menu_01_r.gif";
	menu_01stay = new Image();	menu_01stay.src ="img/menu/menu_01_r.gif";
	
	menu_02 = new Image();		menu_02.src ="img/menu/menu_02_s.gif";
	menu_02on = new Image(); 	menu_02on.src ="img/menu/menu_02_r.gif";
	menu_02stay = new Image();	menu_02stay.src ="img/menu/menu_02_r.gif";

	menu_03 = new Image();		menu_03.src ="img/menu/menu_03_s.gif";
	menu_03on = new Image(); 	menu_03on.src ="img/menu/menu_03_r.gif";
	menu_03stay = new Image();	menu_03stay.src ="img/menu/menu_03_r.gif";

	menu_04 = new Image();		menu_04.src ="img/menu/menu_04_s.gif";
	menu_04on = new Image(); 	menu_04on.src ="img/menu/menu_04_r.gif";
	menu_04stay = new Image();	menu_04stay.src ="img/menu/menu_04_r.gif";

	menu_05 = new Image();		menu_05.src ="img/menu/menu_05_s.gif";
	menu_05on = new Image(); 	menu_05on.src ="img/menu/menu_05_r.gif";
	menu_05stay = new Image();	menu_05stay.src ="img/menu/menu_05_r.gif";

	imageStay = "";


function imageon(name){
	if(imageStay != name){
		document[name].src = eval(name + "on.src");
		}
}

function imageoff(name){
	if(imageStay != name){
		document[name].src = eval(name + ".src");
		}
}

function on(name){		
	imageon(name);
}

function off(name){
		imageoff(name);
}				

function stay(name){
		document[name].src = eval(name + "stay.src");
		if (imageStay != name){
			if (imageStay != ""){
				document[imageStay].src = eval(imageStay + ".src");
				}
		imageStay = name;
		}
}

/**********************************************************************************************************/

function openPictureWindow(imageName,imageWidth,imageHeight,alt) 
{ 

	breite	= eval(imageWidth);
	hoehe	= eval(imageHeight);
	abstand	= 22;

	hor	= eval(breite+abstand);
	ver	= eval(hoehe+abstand);

	newWindow = window.open("","newWindow","width="+hor+",height="+ver); 
	newWindow.document.open(); 
	newWindow.document.write('<html><title>'+alt+'</title><meta name="MSSmartTagsPreventParsing" content="true" /><meta http-equiv="imagetoolbar" content="no" /><body style="margin:0;padding:0;background:#000000;" onBlur="self.close()">'); 
	newWindow.document.write('<img style="border:1px solid #999" hspace=10 vspace=10 src='+imageName+' width='+imageWidth+' height='+imageHeight+' alt='+alt+'>'); 
	newWindow.document.write('</body></html>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
}

/**********************************************************************************************************/

function change(text, divid)
{
var object = document.getElementById(divid);
object.innerHTML = text;
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(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 MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function all_hide(){
	MM_showHideLayers('referenz_01','','hide','referenz_02','','hide','referenz_03','','hide','referenz_04','','hide','referenz_05','','hide','referenz_06','','hide','referenz_07','','hide','referenz_08','','hide','referenz_09','','hide');
}
//-->