
function ZNSS(npa) {
	if(document.getElementById(npa).value == ""){
		alert("搜索内容不得为空!!");
		return false;
	}
}

