function email_leistungen() {
	document.write ('<a href="');
	document.write ('mailto:?subject=');
	document.write ('Ich habe eine interessante Seite gefunden');
	document.write ('&amp;body=');
	document.write ('Hallo, ich finde diese Seite interessant.');
	document.write ('%0A%0A');
	document.write ('http://www.development-partner.net/leistungen.html%0A%0AMit freundlichen Gr&uuml;&szlig;en');
	document.write ('" id="icon_mail" onfocus="blur()" class="active">');
	document.write ('Seite empfehlen</a>');
}

function email_projekte() {
	document.write ('<a href="');
	document.write ('mailto:?subject=');
	document.write ('Ich habe eine interessante Seite gefunden');
	document.write ('&amp;body=');
	document.write ('Hallo, ich finde diese Seite interessant.');
	document.write ('%0A%0A');
	document.write ('http://www.development-partner.net/projekte.html%0A%0AMit freundlichen Gr&uuml;&szlig;en');
	document.write ('" id="icon_mail" onfocus="blur()" class="active">');
	document.write ('Seite empfehlen</a>');
}

function email_personen() {
	document.write ('<a href="');
	document.write ('mailto:?subject=');
	document.write ('Ich habe eine interessante Seite gefunden');
	document.write ('&amp;body=');
	document.write ('Hallo, ich finde diese Seite interessant.');
	document.write ('%0A%0A');
	document.write ('http://www.development-partner.net/personen.html%0A%0AMit freundlichen Gr&uuml;&szlig;en');
	document.write ('" id="icon_mail" onfocus="blur()" class="active">');
	document.write ('Seite empfehlen</a>');
}

function email_unternehmen() {
	document.write ('<a href="');
	document.write ('mailto:?subject=');
	document.write ('Ich habe eine interessante Seite gefunden');
	document.write ('&amp;body=');
	document.write ('Hallo, ich finde diese Seite interessant.');
	document.write ('%0A%0A');
	document.write ('http://www.development-partner.net/unternehmen.html%0A%0AMit freundlichen Gr&uuml;&szlig;en');
	document.write ('" id="icon_mail" onfocus="blur()" class="active">');
	document.write ('Seite empfehlen</a>');
}

function email_index() {
	document.write ('<a href="');
	document.write ('mailto:?subject=');
	document.write ('Ich habe eine interessante Seite gefunden');
	document.write ('&amp;body=');
	document.write ('Hallo, ich finde diese Seite interessant.');
	document.write ('%0A%0A');
	document.write ('http://www.development-partner.net/index.html%0A%0AMit freundlichen Gr&uuml;&szlig;en');
	document.write ('" id="icon_mail" onfocus="blur()" class="active">');
	document.write ('Seite empfehlen</a>');
}
