function GP_navigation_laden(auswahl)
{
	var arg = GP_navigation_laden.arguments;
	var v = auswahl.options[auswahl.selectedIndex].value;

	if(v != "" && v != "#")
	{
		window.open(auswahl.options[auswahl.selectedIndex].value, "spot")
	}
}
