//this one is easy to code but: dont steel scripts from our site!



function emailThisSite()
  {
	  function uml(str)
    {
str = str.replace(/ü/, "ue");
str = str.replace(/ö/, "oe");
str = str.replace(/ä/, "ae");
str = str.replace(/Ü/, "Ue");
str = str.replace(/Ö/, "Oe");
str = str.replace(/Ä/, "Ae");
//str = str.replace(/ /g, "%20");
        return str.replace();
    }
		
  window.location.href = 'mailto:?subject=' + encodeURIComponent(uml(document.title)) + '&bcc=mail@rahe-kraft.de&body=Hi,%0D%0A%0D%0AI%20found%20this%20document%20on%20the%20Akustikbuero%20Rahe-Kraft%20Website:%20'+ self.location.href +'%20%20%0D%0A%0D%0Aand%20though%20it%20could%20be%20interesting%20for%20you%20too?%0D%0A%0D%0A%0D%0Abest';
  }
  
  function emailThisSiteDE()
  {
	  function uml(str)
    {
str = str.replace(/ü/, "ue");
str = str.replace(/ö/, "oe");
str = str.replace(/ä/, "ae");
str = str.replace(/Ü/, "Ue");
str = str.replace(/Ö/, "Oe");
str = str.replace(/Ä/, "Ae");
//str = str.replace(/ /g, "%20");
        return str.replace();
    }
		
  window.location.href = 'mailto:?subject=' + encodeURIComponent(uml(document.title)) + '&bcc=mail@rahe-kraft.de&body=Hallo,%0D%0A%0D%0Avielleicht%20ist%20die%20Info%0D%0A%0D%0A'+ encodeURIComponent(uml(document.title))+ '%0D%0A%0D%0Aauf%20der%20Seite:%0D%0A'+ self.location.href +'%0D%0A%0D%0Ainteressant%20fuer%20dich?%0D%0A%0D%0A%0D%0Abis%20bald';
  }
  
  //peter 2011
  
  
