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

