function mmLoadMenus() {
 /* if (window.mm_menu_0604145741_0) return;
  window.mm_menu_0604145741_0 = new Menu("root",250,23,"Arial, Verdana, sans-serif",12,"#990000","#000000","#e8e8e8","#b3b3b3","left","middle",5,0,500,0,0,true,true,true,5,true,true);
  mm_menu_0604145741_0.addMenuItem("Schwarzes&nbsp;Brett&nbsp;(biete&nbsp;u.&nbsp;suche)","location='brett.php'");
  mm_menu_0604145741_0.addMenuItem("noch&nbsp;ein&nbsp;menupkt","location='brett.php'");
   mm_menu_0604145741_0.hideOnMouseOut=true;
   mm_menu_0604145741_0.bgColor='#990000';
   mm_menu_0604145741_0.menuBorder=1;
   mm_menu_0604145741_0.menuLiteBgColor='#990000';
   mm_menu_0604145741_0.menuBorderBgColor='#990000';*/



  if (window.mm_menu_0705153509_0) return;
  window.mm_menu_0705153509_0 = new Menu("root",200,33,"Arial, Verdana, sans-serif",16,"#990000","#000000","#e8e8e8","#b3b3b3","left","middle",5,0,500,0,0,true,true,true,5,true,true);
  mm_menu_0705153509_0.addMenuItem("... willst wirklich weg?","location='i-links.php'");
   mm_menu_0705153509_0.hideOnMouseOut=true;
   mm_menu_0705153509_0.bgColor='#990000';
   mm_menu_0705153509_0.menuBorder=1;
   mm_menu_0705153509_0.menuLiteBgColor='#990000';
   mm_menu_0705153509_0.menuBorderBgColor='#990000';

mm_menu_0705153509_0.writeMenus();
} // mmLoadMenus()


function UnCryptMailto(s, shift) {
	var n=0;
	var r="";
	for(var i=0;i<s.length;i++) { 
		n=s.charCodeAt(i); 
		if (n>=8364) {n = 128;}
		r += String.fromCharCode(n-(shift)); 
	}
	return r;
}
function linkTo_UnCryptMailto(s, shift)	{
	location.href=UnCryptMailto(s, shift);
}
function chkFormular () {
  if (document.sat.Antwort.value != "b") {
    alert("Bitte die richtige Antwort eintippen - Vorsicht, nur Kleinschreibung!");
    /*document.willswissen.Zahlenspiel.focus();*/
    return false;
  }
}
