
<!-- 
	function chkData(){
	if(confirm('確定要送出嗎？'))
		{
			return true;
		}
		else
		{
			return false;
		}
	}
			//-->
