////////////////////////////////////////////////////////////////
//
// recommend page via mail
//
////////////////////////////////////////////////////////////////

function recommend()
{
	var str = location.href;

	// kill session
	var adr = str.replace(/\/S[^\/]+/,'')

	mail_str = "mailto:?subject= Heiler Software AG – Product Information Managment und E-Procurement ";

	mail_str += "&body=Schauen Sie sich diese Seite der Heiler Software AG einmal an! Heiler ist ein führender Anbieter von  Product Information Management und E-Procurement-Lösungen.\n";
	mail_str += " Hier ist die Adresse: " + adr;

	location.href = mail_str;

}


////////////////////////////////////////////////////////////////
//
// print page
//
////////////////////////////////////////////////////////////////

function printpage(){
	window.open('/cgi-bin/wPrintpreview.cgi?key=standard&source='+ document.location.href, "printpreview", "scrollbars=yes,resizable=yes,menubar=yes,location=no,width=640,height=550");
}