﻿function check()
	{
	if (postcmt.username.value=="" || postcmt.title.value=="" || postcmt.company.value=="" || postcmt.content.value=="")
		{
			alert("用户名称，反馈主题，公司名称，咨询内容必须，请您补充完整，谢谢。");
			return(false);
		}
	return(true);
	}