function sendpage()
{
mail_str = "mailto:?subject= " + document.title;
mail_str += "&body=Schauen Sie sich einmal diese Website an! Sie heisst: " + document.title;
mail_str += ". Hier ist die Adresse: " + location.href; 
location.href = mail_str;
}

function wr (text) {
	document.write(text);
}
function wrln (textln) {
	document.writeln(textln);
}


function fill_Fusszeile() {

wr('<tr>')
wr('<td  align="center" class="copyt" height="20">&copy; <a href="mailto:typo-z-team@arcor.de" title="Kontakt">Typo-Z-Team GmbH</a> 2006 &nbsp; | &nbsp;<a href="javascript:sendpage()">Seite per Mail empfehlen</a>&nbsp; | &nbsp; <a href="#" title="zurueck zum Seitenanfang" target="_top">nach oben</a></td>')
wr('</tr>')
}

function init(){}


