﻿/*
 *send page to printer functionality
*/

function sendtoPrinter(text){
	text=document;
	print(text);

}