		  
		  //SET SERVER NAME/PATH AND REMOVE COMMENTS BEFORE PUSH LIVE
		  var MediaServerHostname = "www.strand-paradies.de/images/";
  
		  MediaServerHostname = "http://" + MediaServerHostname;
		  
		  function dropMenu(id)
		  {
		  document.getElementById(id.replace("Tab","Drop")).style.top = document.getElementById(id).offsetHeight+"px";
		  document.getElementById(id.replace("Tab","Drop")).style.display = "block";
		  document.getElementById(id).getElementsByTagName("a")[0].style.background = "url("+MediaServerHostname+"expheader_panel.gif?exde) no-repeat right -200px";
			
				  document.getElementById(id.replace("Tab","Drop")).onmouseover = function()
				  {
					  document.getElementById(id).getElementsByTagName("a")[0].style.background = "url("+MediaServerHostname+"expheader_panel.gif?exde) no-repeat right -200px";
				  }
		  
		  }
		  
		  
		  function dropMenuOut(id)
		  {
		  
										   document.getElementById(id.replace("Tab","Drop")).style.display = "none"; 
  
										  if (document.getElementById(id).className == "Selected")
										  {
										  document.getElementById(id).getElementsByTagName("a")[0].style.background = "url("+MediaServerHostname+"expheader_panel.gif?exde) no-repeat right -398px";
										  }
										  else
										  {
										  document.getElementById(id).getElementsByTagName("a")[0].style.background = "";
										  }
						   
		  }
		  function divweg()
			{
			  document.getElementById('tuerki').style.display = 'none';
			  
		  }
		  function glueckinfoweg()
			{
			  document.getElementById('glueckinfo').style.display = 'none';
			  
		  }
  function divweg(id)
  {
  document.getElementById(id).style.display = 'none';
  }
  
  function exchangeDisplay(id){
   if(document.getElementById(id).style.display == 'none')
   {
	document.getElementById(id).style.display = 'block';
   }
   else
   {
	document.getElementById(id).style.display = 'none';
   }
  }
  function setBookmark (where) { 
	  burl = encodeURIComponent(location.href); 
	  btitle = encodeURIComponent(document.title); 
	  switch(where) { 
		  case 'Delicious': window.open('http://del.icio.us/post?url='+burl+'&title='+btitle); break; 
		  case 'Digg': window.open('http://digg.com/submit?phase=2&url='+burl+'&title='+btitle); break; 
		  case 'Furl': window.open('http://www.furl.net/storeIt.jsp?u='+burl+'&t='+btitle); break; 
		  case 'Linkarena': window.open('http://linkarena.com/bookmarks/addlink/?url='+burl+'&title='+btitle); break; 
		  case 'Mrwong': window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+burl+'&bm_notice=&bm_description='+btitle); break;
		  case 'Reddit': window.open('http://reddit.com/submit?url='+burl+'&title='+btitle); break; 
		  case 'Slashdot': window.open('http://slashdot.org/bookmark.pl?url='+burl+'&title='+btitle); break; 
		  case 'Spurl': window.open('http://www.spurl.net/spurl.php?title='+btitle+'&url='+burl); break; 
		  case 'Stumbleupon': window.open('http://www.stumbleupon.com/submit?url='+burl+'&title='+btitle); break; 
		  case 'Technorati': window.open('http://technorati.com/faves?add='+burl); break; 
		  case 'Webnews': window.open('http://www.webnews.de/einstellen?url='+burl+'&title='+btitle); break; 
		  case 'Yigg': window.open('http://yigg.de/neu?exturl='+burl); break; 
		  case 'Facebook': window.open('http://www.facebook.com/sharer.php?u='+burl); break; 
	  } 
  }
			  
	function setBookmark (where) { 
	burl = encodeURIComponent(location.href); 
	btitle = encodeURIComponent(document.title); 
	switch(where) { 
		case 'Delicious': window.open('http://del.icio.us/post?url='+burl+'&title='+btitle); break; 
		case 'Digg': window.open('http://digg.com/submit?phase=2&url='+burl+'&title='+btitle); break; 
		case 'Furl': window.open('http://www.furl.net/storeIt.jsp?u='+burl+'&t='+btitle); break; 
		case 'Linkarena': window.open('http://linkarena.com/bookmarks/addlink/?url='+burl+'&title='+btitle); break; 
		case 'Mrwong': window.open('http://www.mister-wong.de/index.php?action=addurl&bm_url='+burl+'&bm_notice=&bm_description='+btitle); break;
		case 'Reddit': window.open('http://reddit.com/submit?url='+burl+'&title='+btitle); break; 
		case 'Slashdot': window.open('http://slashdot.org/bookmark.pl?url='+burl+'&title='+btitle); break; 
		case 'Spurl': window.open('http://www.spurl.net/spurl.php?title='+btitle+'&url='+burl); break; 
		case 'Stumbleupon': window.open('http://www.stumbleupon.com/submit?url='+burl+'&title='+btitle); break; 
		case 'Technorati': window.open('http://technorati.com/faves?add='+burl); break; 
		case 'Webnews': window.open('http://www.webnews.de/einstellen?url='+burl+'&title='+btitle); break; 
		case 'Yigg': window.open('http://yigg.de/neu?exturl='+burl); break; 
		case 'Facebook': window.open('http://www.facebook.com/sharer.php?u='+burl); break; 
	} 
}  
