
/* The actual print function */

function prePrint()
{
	if (window.print) window.print();
	else alert('This script does not work in your browser');
}
