	function writeMailTo(name, domain) 
	{
		document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
		//document.write('<img  src=\"' + image + '\" hspace=\"0\" vspace=\"0\" border=\"0\" align=\"center\" />');
		document.write(name + '@' + domain + '</a>');
	}
	function writeMailToKontaktform(name, domain) 
	{
		
		document.write('<a href=\"KontaktForm_01.asp?Mail=' + name + '@' + domain + '\">');
		//document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
		//document.write('<img  src=\"' + image + '\" hspace=\"0\" vspace=\"0\" border=\"0\" align=\"center\" />');
		document.write('<b class="RedBoldBig">'+ name + '</b></a>');
	}
//##******************************************************************

function OpenWindow(strURL, strName, intWidth, intHeight, intTop, intLeft, IsScrollbar)
	{
	if (intTop = - 1)
		{
		//Get values for centering the window
		var x = screen.availWidth;
		var y = screen.availHeight;
		if(x > intWidth)
			{
			intLeft = (x-intWidth)/2;
			}
		if(y > intHeight)
			{
			intTop = (y-intHeight)/2-30;
				
			}
		}
		
	var AddOption;
	var strOptions;
		if(IsScrollbar == true) {
			strOptions = "scrollbars,toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,height=" + intHeight + ",width=" + intWidth + ",left=" + intLeft + ",top=" + intTop;
		}
		else {
			strOptions = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,height=" + intHeight + ",width=" + intWidth + ",left=" + intLeft + ",top=" + intTop;
		}
		
	//alert(strOptions);
	
	mywin = window.open(strURL,strName,strOptions);
	mywin.focus();
	}
	
//----------------------------------------------------------------
function img_act(imgName) {
        imgOn = eval(imgName + "on.src");
        document [imgName].src = imgOn;
}

function img_inact(imgName) {
        imgOff = eval(imgName + "off.src");
        document [imgName].src = imgOff;
}



pic0on = new Image;
pic0on.src = "images/sonstiges/wirueberuns_ro.gif";
pic0off = new Image;
pic0off.src = "images/sonstiges/wirueberuns.gif";

pic1on = new Image;
pic1on.src = "images/sonstiges/produktion_ro.gif";
pic1off = new Image;
pic1off.src = "images/sonstiges/produktion.gif";

pic2on = new Image;
pic2on.src = "images/sonstiges/produkte_ro.gif";
pic2off = new Image;
pic2off.src = "images/sonstiges/produkte.gif";

pic3on = new Image;
pic3on.src = "images/sonstiges/referenzen_ro.gif";
pic3off = new Image;
pic3off.src = "images/sonstiges/referenzen.gif";

pic4on = new Image;
pic4on.src = "images/sonstiges/althausfoerderung_ro.gif";
pic4off = new Image;
pic4off.src = "images/sonstiges/althausfoerderung.gif";

pic5on = new Image;
pic5on.src = "images/sonstiges/news_ro.gif";
pic5off = new Image;
pic5off.src = "images/sonstiges/news.gif";

pic6on = new Image;
pic6on.src = "images/sonstiges/lageplan_ro.gif";
pic6off = new Image;
pic6off.src = "images/sonstiges/lageplan.gif";

pic7on = new Image;
pic7on.src = "images/sonstiges/kontakt_ro.gif";
pic7off = new Image;
pic7off.src = "images/sonstiges/kontakt.gif";

pic8on = new Image;
pic8on.src = "images/sonstiges/jobs_ro.gif";
pic8off = new Image;
pic8off.src = "images/sonstiges/jobs.gif";

pic9on = new Image;
pic9on.src = "images/sonstiges/info_ro.gif";
pic9off = new Image;
pic9off.src = "images/sonstiges/info.gif";

pic10on = new Image;
pic10on.src = "images/bluestep/bluestep_on.gif";
pic10off = new Image;
pic10off.src = "images/bluestep/bluestep_off.gif";

pic20on = new Image;
pic20on.src = "images/buttons/btn_links_ro.gif";
pic20off = new Image;
pic20off.src = "images/buttons/btn_Links.gif";
