function en_sendpage404()
{
mail_str = "mailto:webmaster@sightseeing.fi ?subject= I got " + document.title;
mail_str += "&body=I tried to access the URL mentioned below! but received: " + document.title;
mail_str += ". The Url I tried is: http://www.saunalahti.fi/lenas/ xxx (xxx is to be replaced with what was typed)"; 
location.href = mail_str;
}

function fi_sendpage404()
{
mail_str = "mailto:webmaster@sightseeing.fi ?subject= Sain " + document.title;
mail_str += "&body=Yritin avata alla mainitun URL! mutta sain vastaukseksi: " + document.title;
mail_str += ". URL jotta yritin on: http://www.saunalahti.fi/lenas/ xxx (xxx pitää korvata kirjoitetulla)"; 
location.href = mail_str;
}

function sw_sendpage404()
{
mail_str = "mailto:webmaster@sightseeing.fi ?subject= Jag fick " + document.title;
mail_str += "&body=Jag försökte öppna den nedannämnda URL! men fick: " + document.title;
mail_str += ". URL adressen jag försökte är: http://www.saunalahti.fi/lenas/ xxx (xxx skall bli ersatt med med det skrivna)"; 
location.href = mail_str;
}

function fr_sendpage404()
{
mail_str = "mailto:webmaster@sightseeing.fi ?subject= I got " + document.title;
mail_str += "&body=j'ai essayé d'accéder ŕ l'URL mentionné ci-dessous! mais j'ai reçu: " + document.title;
mail_str += ". L'URL que j'ai essayé est: http://www.saunalahti.fi/lenas/ xxx (xxx remplacer par ce que vous avez tapé)"; 
location.href = mail_str;
}

function sp_sendpage404()
{
mail_str = "mailto:webmaster@sightseeing.fi ?subject= Recibí " + document.title;
mail_str += "&body=Probé entrar el URL mentionado abajo pero recibí: " + document.title;
mail_str += ". El URL que probé: http://www.saunalahti.fi/lenas/ xxx (xxx tiene que ser cambiado con lo que era escrito)"; 
location.href = mail_str;
}

function ge_sendpage404()
{
mail_str = "mailto:webmaster@sightseeing.fi ?subject= Erhielt " + document.title;
mail_str += "&body=Versuchte untenstehenden URL aufzurufen! Erhielt statt dessen: " + document.title;
mail_str += ". Mein URL-Aufruf war: http://www.saunalahti.fi/lenas/ xxx (xxx ist damit zu ersetzen was eingegeben wurde)"; 
location.href = mail_str;
}

