﻿// Javascript Print Function for Print This Page links

function printdoc() {
	window.print();
}
