/**
*前台jsp页面使用
*/
function search(nwType){
	var nwType = nwType;
	searchForm.action="../newAction.do?method=list&nwType="+nwType;
	searchForm.submit();
	return true;
}
