<!-- Hide
// Rountine to print the page
function onPrint()
	{
	window.print();
	}

// End hide -->