
<!-- Verstecken für ältere Browser --
 function surfto (form)
	{
		var myindex=form.select1.selectedIndex
		if (form.select1.options[myindex].value != "0"){
			if(form.select1.options[myindex].value != "-----------"){
				window.open(form.select1.options[myindex].value, target="_blank");
			}
		}
	}
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

