function callalert(str){
		if(str!=""){
			alert("★★★注意★★★\n"+str+"\n\n請重新檢查您的資料再送出\n謝謝！！");
		}
}