function activateSubMenu(el) { switch (el) { case "gesundheit": $('#natur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gesundheit').css({'display': 'block'}); $('#menuGesundheit').className += ' on'; $('#menuNatur').className = 'topMenuAction2'; $('#menuKultur').className = 'topMenuAction3'; $('#menuGastgeber').className = 'topMenuAction4'; $('#menuHighlights').className = 'topMenuAction5'; $('#menuInfo').className = 'topMenuAction6'; break; case "natur": $('#gesundheit').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#natur').css({'display': 'block'}); $('#menuGesundheit').className = 'topMenuAction1'; $('#menuNatur').className += ' on'; $('#menuKultur').className = 'topMenuAction3'; $('#menuGastgeber').className = 'topMenuAction4'; $('#menuHighlights').className = 'topMenuAction5'; $('#menuInfo').className = 'topMenuAction6'; break; case "kultur": $('#gesundheit').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#natur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'block'}); $('#menuGesundheit').className = 'topMenuAction1'; $('#menuNatur').className = 'topMenuAction2'; $('#menuKultur').className += ' on'; $('#menuGastgeber').className = 'topMenuAction4'; $('#menuHighlights').className = 'topMenuAction5'; $('#menuInfo').className = 'topMenuAction6'; break; case "gastgeber": $('#gesundheit').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#natur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'block'}); $('#menuGesundheit').className = 'topMenuAction1'; $('#menuNatur').className = 'topMenuAction2'; $('#menuKultur').className = 'topMenuAction3'; $('#menuGastgeber').className += ' on'; $('#menuHighlights').className = 'topMenuAction5'; $('#menuInfo').className = 'topMenuAction6'; break; case "highlights": $('#gesundheit').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#natur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'block'}); $('#menuGesundheit').className = 'topMenuAction1'; $('#menuNatur').className = 'topMenuAction2'; $('#menuKultur').className = 'topMenuAction3'; $('#menuGastgeber').className = 'topMenuAction4'; $('#menuHighlights').className += ' on'; $('#menuInfo').className = 'topMenuAction6'; break; case "info": $('#gesundheit').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#natur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'block'}); $('#menuGesundheit').className = 'topMenuAction1'; $('#menuNatur').className = 'topMenuAction2'; $('#menuKultur').className = 'topMenuAction3'; $('#menuGastgeber').className = 'topMenuAction4'; $('#menuHighlights').className = 'topMenuAction5'; $('#menuInfo').className += ' on'; break; default: $('#natur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#kultur').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gastgeber').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#highlights').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#info').css({'display': 'none', 'height': '0px', 'width': '0px', 'opacity': '0', 'margin-left': '-10px', 'margin-top': '320px'}); $('#gesundheit').css({'display': 'block'}); $('#menuGesundheit').className += ' on'; $('#menuNatur').className = 'topMenuAction2'; $('#menuKultur').className = 'topMenuAction3'; $('#menuGastgeber').className = 'topMenuAction4'; $('#menuHighlights').className = 'topMenuAction5'; $('#menuInfo').className = 'topMenuAction6'; } }