
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

 function Go(x)
 {
  if(x == "nothing")
  {
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
        return;
  }
  else
  {
        location.href = x;
        document.forms[0].reset();
        document.forms[0].elements[0].blur();
  }
}

function vollinfo(URL)
                {  
                var infowin = window.open(URL,"fenschder","width=680,height=500,toolbar=no,resizable=yes,scrollbars=yes,menubar=yes,status=yes");
                infowin.focus();
                }
                   
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
} 


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; }
}
