function ckform(){
		if (document.f1.content.value==''){
		alert(請輸入查詢條件！);
		document.f1.content.focus();
		return false;
	}
	return true;
}