function chkinput(f)
{
	var tmp=f.name.value;
	if(!tmp)
	{
		alert("请填写您要查询的内容!");
		return false;
	}
	var tmp2=f.tiaojian.value;
	if(!tmp2)
	{
		alert("请选择您要查询的条件!");
		return false;
	}
	return true;
}
function chkinput2(f)
{
	var tmp=f.user.value;
	if(!tmp)
	{
		alert("帐号不能为空!");
		return false;
	}
	var tmp2=f.pass.value;
	if(!tmp2)
	{
		alert("密码不能为空!");
		return false;
	}
	var tmp3=f.site.value;
	if(!tmp3)
	{
		alert("您没有选择信箱!");
		return false;
	}
	return true;
}
function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}
