function PrintPage()
{
	var doc = ifrPrint.document;
	doc.body.innerHTML = document.all.divTemplateBody.innerHTML;
	printFrame(ifrPrint);
}

