

function LocationHandler() {

	if (document.locationjump.navi.options[document.locationjump.navi.selectedIndex].value != 0) {

		var URL = document.locationjump.navi.options[document.locationjump.navi.selectedIndex].value;

		window.location.href = '/de.php/'+URL+'/index.html';

	}

}


