/*
	Requires: http://www.umcrookston.edu/client_scripts/scriptaculous/lib/prototype.js
	Requires: http://www.umcrookston.edu/client_scripts/common.js
	Requires: http://www.umcrookston.edu/client_scripts/printOptions.js
*/
Event.observe(window,"load",function()
{
	attachPrintOptions({attachTo:"content",
						ids:"content",
						showPageTitleInHeader:true,
						headerImage:"http://www.mnruralhealth.org/images/mrha_logo.gif",
						hidePDF:true,
						labelButtonHTMLContent:"Print",
						labelPrint:""});
});