// 
//****************************************
// Menueverwaltung Einfach-Fenster (global)

function GoGlobal(x)
{if(x == "nothing")
  {return;
  }
 else
  {window.location.href = x;
  }
}
	
function set_gmenue_to(m)
	{document.gauswahl.gmenuepunkte.selectedIndex=m;
	}

function gload_me(url)
	{window.location.href=url;
	 set_gmenue_to(0);
	}

// 
//****************************************
//


