// JavaScript Document
function emailURL(){
	window.location = "mailto:"+"?subject=Information from the SMI" + "&body=This information might interest you.  You can view this page from the SMI website site at: %0D%0A"+window.location.href+"%0D%0A%0D%0A%0D%0A";
}

function printPage(){ 
	window.print();
}

