function emailPage()
{
	mail_str = 'mailto:?subject=A link from www.my-europia.net';
	mail_str += '&body=This link is from the my-europia website: '+location.href;
	location.href = mail_str;
}
function printPage() 
{
	window.print();
}
