function printIt()	{
	if(window.print)	{
		window.print();
	} else {
		alert("Your browser does not support this functionality.  Try using Ctrl-P (Command-P on a Macintosh)");
	}
}
