function prePrint()
{
	if (window.print) window.print();
	else alert('To print this document, choose File > Print in your browser menu.');
}