function shortOff() {
strValue = document.Menu.Select[document.Menu.Select.selectedIndex].value;
switch (strValue)
{
case "segeln00": top.location = "hr00/index.htm"; break;
case "segeln99": top.location = "kroati99/Segeln99.htm"; break;
case "mallo00": top.location = "mallo00/index.htm"; break;
case "lh000": top.location = "lh001.htm"; break;
case "string": top.location = "strings/index.htm"; break;
case "tungeln": top.location = "tungeln/index.htm"; break;
case "svt00": top.location = "tungeln/svt.htm"; break;
case "java": top.location = "java/index.htm"; break;
case "pano": top.location = "panorama/index.htm"; break;
case "euro": top.location = "sonst/index.htm"; break;
case "links": top.location = "links/index.htm"; break;
case "segeln00": top.location = "hr00/index.htm"; break;
case "vitae": top.location = "vitae.htm"; break;
case "rezepte": top.location = "rezepte/index.htm"; break;
case "kontakt": top.location = "kontakt.htm"; break;
	case "home": top.location = "index.htm";
}
}
function openWindow(url) {
	popupWin = window.open(url, "_new")
}