function PrintThisPage()
{
	window.print();
	return false;
}

document.getElementById("printlink").onclick=PrintThisPage;
