﻿// 原本是在頁面的js
	$().ready(function() {
		$("#print_button").click(function(){$.jPrintArea('#myPrintArea');});
	});


