function Go(selection) {		//automatischer Seitenaufruf bei Menüauswahl
	var php=selection.options[selection.selectedIndex].value;
	if (php.length>1) {
		window.location=php;
	}
}
