// JavaScript Document
function printPage() { print(document); }

function sendpage()
{
mail_str = "mailto:?subject= interessanter Baby-Artikel: " + document.title;
mail_str += "&body=Schau dir diese Info von www.Baby-Webseiten.de einmal an! Er heißt: " + document.title;
mail_str += ". Hier ist die Adresse: " + location.href;
location.href = mail_str;
}
