﻿//印刷
function StartPrint() {
	self.printFrame.focus();
	self.printFrame.print();
}