// JavaScript Document
function telafriend_de()
{
mail_str = "mailto:?subject=Interessante Seite&body=Hallo,%0A%0Aich habe gerade auf der Schaumaplast-Website eine interessante Seite gefunden: " + document.title;
mail_str += "%0A%0AIch glaube, die Seite ist einen Besuch wert. Hier ist die Adresse:%0A" + location.href; 
mail_str += " %0A%0AViele Gruesse, %0A%0A"
location.href = mail_str; 
}

function telafriend_en()
{
mail_str = "mailto:?subject=interesting page&body=Hallo,%0A%0AI just found an interesting page on the Schaumaplast website: " + document.title;
mail_str += "%0A%0AI think is worth a visit - here is the address:%0A" + location.href; 
mail_str += " %0A%0ABest regards, %0A%0A"
location.href = mail_str; 
}

function telafriend_pl()
{
mail_str = "mailto:?subject=interesujac&#261; stron&#281;&body=Dzie&#324; Dobry!%0A%0AW&#322;a&#347;nie znalaz&#322;em na stronie internetowej Schaumaplast interesujac&#261; stron&#281;: " + document.title;
mail_str += "%0A%0A:::Schaumaplast GmbH:::Formularz do nawi&#261;zania kontaktu Reilingen. My&#347;l&#281;, &#380;e warto odwiedzi&#263; t&#281; stron&#281;. Oto adres: &lt;http://www.schaumaplast.de/kontakt_anfragean_reilingen.html?&L=2&gt;%0A" + location.href; 
mail_str += " %0A%0APozdrawiam, %0A%0A"
location.href = mail_str; 
}

function telafriend_cz()
{
mail_str = "mailto:?subject=zajímavou stránku&body=drav&iacute;m všechny,%0A%0APráv&#283; jsem na webových stránkách firmy Schaumaplast objevil zajímavou stránku: " + document.title;
mail_str += "%0A%0A::: Schaumaplast GmbH ::: Profil firmy ::: Schaumaplast Reilingen. V&#283;&#345;ím, že stránka je hodná Vaší návšt&#283;vy – tady je adresa: &lt;http://www.schaumaplast.de/kontakt_anfragean_reilingen.html?&L=3&gt;%0A" + location.href; 
mail_str += " %0A%0AS pozdravem %0A%0A"
location.href = mail_str; 
}