
<!--
function tierMenu(TAGID, IMAGEID) {
   objMenu=document.getElementById(TAGID);
   objImage=document.getElementById(IMAGEID);
   if (objMenu.style.display == "none")
   {
       objMenu.style.display = ""; 
       objImage.src = "../pix/icons/icon_minus.gif";
   }
   else
   {
       objMenu.style.display = "none";
       objImage.src = "../pix/icons/icon_plus.gif";
   }
}
//-->



<!--
function tierMenuFrage(objMenu,objImage) {
   if (objMenu.style.display == "none")
   {
       objMenu.style.display = "";
       objImage.src = "../pix/icons/icon_rufzeichen20.gif";
   }
   else
   {
       objMenu.style.display = "none";
       objImage.src = "../pix/icons/icon_fragezeichen20.gif";
   }
}
//-->



<!--
function tierMenuDetailliste(TAGID, IMAGEID) {
   objMenu=document.getElementById(TAGID);
   objImage=document.getElementById(IMAGEID);
   if (objMenu.style.display == "none")
   {
       objMenu.style.display = ""; 
       objImage.src = "../pix/icons/icon_list2_detaillisteminus.gif";
   }
   else
   {
       objMenu.style.display = "none";
       objImage.src = "../pix/icons/icon_list2_detaillisteplus.gif";
   }
}
//-->



<!--
function tierOeffnungszeiten(TAGID, IMAGEID) {
   objMenu=document.getElementById(TAGID);
   objImage=document.getElementById(IMAGEID);
   if (objMenu.style.display == "none")
   {
       objMenu.style.display = ""; 
       objImage.src = "../pix/icons/icon_uhr12_a.gif";
   }
   else
   {
       objMenu.style.display = "none";
       objImage.src = "../pix/icons/icon_uhr12_a.gif";
   }
}
//-->



<!--
function tierMenuInfo(objMenu,objImage)
{
   if (objMenu.style.display == "none")
   {
       objMenu.style.display = "";
       objImage.src = "../pix/icons/icon_info12.gif";
   }
   else
   {
       objMenu.style.display = "none";
       objImage.src = "../pix/icons/icon_info12.gif";
   }
}
//-->


<!--
function tierMenuTermine(objMenu,objImage) {
   if (objMenu.style.display == "none")
   {
       objMenu.style.display = "";
       objImage.src = "../pix/icons/icon_termine16.gif";
   }
   else
   {
       objMenu.style.display = "none";
       objImage.src = "../pix/icons/icon_termine16.gif";
   }
}
//-->


<!--
function go()
{
	if (document.selecter.select1.options[document.selecter.select1.selectedIndex].value != "none")
	{
	location = document.selecter.select1.options[document.selecter.select1.selectedIndex].value;
	}
}
//-->


<!--
function OpenWindow(url, name, width, height) { settings= "toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=no,"+
"resizable=yes,width="+width+",height="+height;
MyNewWindow=window.open(url,name,settings);
}
function OpenWindow_scrollbar(url, name, width, height) { settings= "toolbar=no,location=no,directories=no,"+
"status=no,menubar=no,scrollbars=auto,"+
"resizable=yes,width="+width+",height="+height;
MyNewWindow=window.open(url,name,settings);
}
function openWindow2(url)
{
	popupWin = window.open(url,'new_page','width=800,height=700,scrollbars=yes,toolbars=no,menubar=no,resizable=no');
}
function openWindow3(url)
{
	popupWin = window.open(url,'new_page','top=150,left=150,width=500,height=300,scrollbars=yes,toolbars=no,menubar=no,resizable=no');
}
function openWindow_notiz(url)
{
	popupWin = window.open(url,'new_page','top=200,left=200,width=330,height=370,scrollbars=no,toolbars=no,menubar=no,resizable=no');
}
function openWindow_kalender(url)
{
	popupWin = window.open(url,'new_page','top=150,left=150,width=330,height=300,scrollbars=no,toolbars=no,menubar=no,resizable=no');
}
function openWindow_verbindungen(url)
{
	popupWin = window.open(url,'new_page','top=150,left=150,width=700,height=400,scrollbars=yes,toolbars=no,menubar=no,resizable=no');
}
//-->


<!--
function AllMessages()
{
for(var x=0;x<document.MI.elements.length;x++)
{ var y=document.MI.elements[x];
if(y.name!='ALLMSGS') y.checked=document.MI.ALLMSGS.checked;
}
}
//-->



<!-- Begin
function writelength_textarea(quelle, ziel)	{
    laenge = quelle.value.length;
	document.getElementById(ziel).innerHTML = laenge;
}
//  End -->



<!-- Begin
function validate_time(field) {
var valid = "0123456789:.";
var ok = "yes";
var temp;
for (var i=0; i<field.value.length; i++) { temp = "" + field.value.substring(i, i+1); if (valid.indexOf(temp) == "-1") ok = "no"; } if (ok == "no") { alert("Keine gültige Zeit!"); field.focus(); field.select();
   }
}
//  End -->




<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function help_msg(menu_id, msg_title, msg_text) { newwin = window.open('','','top=150,left=150,width=300,height=300');
if (!newwin.opener) newwin.opener = self; with (newwin.document) { open(); write('<html>'); write('<head>'); write('<title>' + msg_title + '</title>'); write('</head>'); write('<body>'); write('<font style="font-family:Tahoma, Verdana, Arial;font-size:11px;">'); write('<b>' + msg_title + '</b><br><br>'); write('' + msg_text + '<br><br>'); write('<a href="javascript:window.close()">Fenster schliessen</a>'); write('</font>'); write('</html>'); close();
   }
}

//  End -->



<!-- Begin
	function change_font_weight(feld)
	{
		div_feld_name = feld.name + "_div";
		div_obj = document.getElementById(div_feld_name);
		if (feld.checked == true)
		{
			div_obj.style.fontWeight = "bold";
		}
		else
		{
			div_obj.style.fontWeight = "normal";
		}
	}
//  End -->
