/* Funktion auf Startseite für Direkt-Zugriff bei Auswahl-Liste */
function goTo() {
	if (document.getElementById("goToJobs").selected == true) {
	  window.location.href = "http://jobs.forumgruppe.com/jobs-currently-offered-forum-value-investing.php";
	}
	if (document.getElementById("goToPublications").selected == true) {
	  window.location.href = "http://european-smallcaps.forumgruppe.com/publications.php";
	}
	if (document.getElementById("goToMonthlyResults").selected == true) {
	  window.location.href = "http://european-smallcaps.forumgruppe.com/monthly-results.php";
	}
}