////////////////////////////////////////////////////////////////
//
// recommend page via mail
//
////////////////////////////////////////////////////////////////

function recommend()
{
	var str = location.href;

	// kill session
	var adr = str.replace(/\/S[^\/]+/,'')

	mail_str = "mailto:?subject= Heiler Software – Product Communication Software ";

	mail_str += "&body=Please have a look at this page of Heiler Software! Heiler Software is your partner for Product Information Management, Catalog Management and E-procurement solutions.\n";
	mail_str += " Here is the URL : " + 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=500,height=480");
}
