function getHeightandWidth(){
	//alert (window.innerHeight-43);
	if(window.innerHeight){
		// MOZILLA
		//top.document.getElementById("if_right_content").style.height = 710;//window.innerHeight-206-50;
		top.document.getElementById("if_left_search").style.height = 1000;//window.innerHeight-206-50;
	}else if(document.body.offsetHeight){
		// IE
	 //top.document.getElementById("if_right_content").style.height = 710;//document.body.offsetHeight-206-50;
	 top.document.getElementById("if_left_search").style.height = 1000;//window.innerHeight-206-50;
	}
}

function iframe_hoehe(){

	hoehe = document.getElementById("div_content_right").offsetHeight+50;
	top.document.getElementById("if_right_content").style.overflow = 'hidden';
	top.document.getElementById("if_right_content").style.height = hoehe;
	}


/*----------------------------------------*/


/* PRELOAD IMAGES -------------------------------------------------------------------   */

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

/* ------------------------------------------------------------------------------------  */



var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

function stuff(s){
	document.msgForm.message.value = s;
	}


/*##################    FARBWECHSEL      ###########################*/

var farbwelt;


farbwechsel = function(farbwelt){
//top.frames['head_flash'].location.href='http://www.google.de';

	switch(farbwelt)
	{
	case 'gourmet':

		top.document.getElementById("div_menubar").style.background = '#837550';
		//top.left_search.document.getElementById("body_leftsearch").style.background = '#9d947d';
		top.left_search.top.left_search.document.getElementById("body_leftsearch").style.background = '#9d947d';
		top.document.getElementById("div_wrapper").className = 'gourmet';
		var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(4)
	  
	break;
	 
	case 'land_kultur':
	  top.document.getElementById("div_menubar").style.background = '#c8c700';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#a7a619';
	  top.document.getElementById("div_wrapper").className = 'land_kultur';
	  var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(9)
	  break;
	  
	case 'koerper_seele':
	  top.document.getElementById("div_menubar").style.background = '#f08a00';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#dfaa69';
	  top.document.getElementById("div_wrapper").className = 'koerper_seele';
	  var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(14)
	  break;

	case 'sport_natur':
	  top.document.getElementById("div_menubar").style.background = '#5887a8';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#7ea0b7';
	  top.document.getElementById("div_wrapper").className = 'sport_natur';
	  var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(19)
	  break;

	case 'design_lifestyle':
	  top.document.getElementById("div_menubar").style.background = '#3e887b';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#7da8a0';
	  top.document.getElementById("div_wrapper").className = 'design_lifestyle';
      var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(24)
	  break;


	case 'ibiza':
	  top.document.getElementById("div_menubar").style.background = '#929592';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#adb1ad';
	  top.document.getElementById("div_wrapper").className = 'ibiza';
      var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(29)
	  break;

	case 'for':
	  top.document.getElementById("div_menubar").style.background = '#321e13';
	  top.left_search.top.left_search.document.getElementById("body_leftsearch").style.background = '#846956';
	  top.document.getElementById("div_wrapper").className = 'normal';
      var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(0)
	  break;


/* Aufruf kommt aus dem Content Frame*/
	case 'normal':
	  top.document.getElementById("div_menubar").style.background = '#321e13';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#846956';
	  top.document.getElementById("div_wrapper").className = 'normal';
      var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(0)
	  break;


	default:
	  top.document.getElementById("div_menubar").style.background = '#321e13';
	  top.left_search.document.getElementById("body_leftsearch").style.background = '#846956';
	  top.document.getElementById("div_wrapper").className = 'normal';
	  var m = InternetExplorer ? parent.head_flash.topframe_ani : parent.head_flash.document.embeds[0]; m.GotoFrame(0)
	}
}



