// JavaScript Document


$("dropdown_zu").observe('mouseover',dropdown_open );

var sb =$$('.sprechblase');
if(sb[0]!=undefined)
Effect.Fade(sb[0],{duration: 2.0, from: 0, to: 1 });

//sb[0].fade({  duration: 3.0, from: 0, to: 1 });

var welt = null;
if(window.location.pathname.indexOf('home_ideo') <=1 ){
	var url = window.location.pathname;
} else {
	var url = '';
}
	
if(url.indexOf('progressia') >=1){
	$("navi_haupt").select("div").invoke("observe", "mouseover", menuProgessiaOver ).invoke("observe", "mouseout", menuProgessiaOut );
	welt = 'progressia';
}

if(url.indexOf('temporia') >=1 || window.location.href.indexOf('L=0') >=1){ 

	$("navi_haupt").select("img").invoke("observe", "mouseover", menuTemporiaOver ).invoke("observe", "mouseout", menuTemporiaOut );
	$("content2").select("img").invoke("observe", "mouseover", mailmeTemporiaOver ).invoke("observe", "mouseout", mailmeTemporiaOver );
	welt = 'temporia';
	
}

if(url.indexOf('utopia') >=1){
	$("navi_haupt").select('li[class="level1"]').invoke("observe", "mouseover", menuUtopiaOver ).invoke("observe", "mouseout", menuUtopiaOut );
	
	$("navi_haupt").select('li[class="level2"]').invoke("observe", "mouseover", menuUtopiaOverSub ).invoke("observe", "mouseout", menuUtopiaOutSub );
	
	//$("navi_haupt").select('a').invoke("observe", "onklick", menuUtopiaOnKlick );
	
	Effect.BlindDown('content1', { duration: 1 });
	welt = 'utopia';
}

if(url.indexOf('classica') >=1){
	welt = 'classica';
}

if(url.indexOf('universa') >=1){
	welt = 'universa';
}


if(document.cookie  && url!=''  && url!='/' && url!='/index.php' ){ 


      Wert = document.cookie;
      if(Wert.indexOf('sound') >=1){
			
		} else {
			$('sound_on').hide();
			$('sound_off').show();
		}

}  else { 
			
		}
