
<!--

function printme()
{

	if (window.print){
	window.print();
	}		
	else if (navigator.userAgent.indexOf("Mac")!=-1){
		alert('To print this page, press the printer icon in the navigation bar, or choose \"File\" then \"Print...\" from the menu.\n\nAfter printing, you can close this window by clicking on the close icon in the top left-hand corner, or choose \"File\" then \"Close\" from the menu.');
	}
	else {
		alert('To print this page, press the right mouse button and select \"Print\" on the menu.\n\nAlternatively, press the printer icon in the navigation bar, or choose \"File\" then \"Print...\" from the menu.\n\nAfter printing, you can close this window by clicking on the X in the top right-hand corner, or choose \"File\" then \"Close\" from the menu.');
	}
}

// -->