
<!--
	function checkCharAt(str){
    var SPECIAL_STR = "'";
    for(i=0;i<str.length;i++)
    if (SPECIAL_STR.indexOf(str.charAt(i)) !=-1){
    alert("此处不能输入括号中所示的非法字符( "+str.charAt(i)+" )！");
    return true;
	}
    return false;
   }
    
	function searchcheckCharAt(str){
    var SPECIAL_STR = "'`~!@#$%^&*+=-_|\,.;:~！·#￥%……———+|，。/";
    for(i=0;i<str.length;i++)
    if (SPECIAL_STR.indexOf(str.charAt(i)) !=-1){
    alert("此处不能输入括号中所示的非法字符( "+str.charAt(i)+" )！");
    return true;
	}
    return false;
   }

   	 function checkhz(strhz){
      var re = /[\u4E00-\u9FA0]+/;
      if (re.test(strhz)){
         alert("此处只能输入英文字母或数字，请重新输入!");
         return true;
    }
}


 function openinfile_xiao()
 {
    window.open("news_type_xiao_up.jsp","newwindow","height=260, width=420, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
 }	

  function openinfile_da()
 {
    window.open("news_type_da_up.jsp","newwindow","height=260, width=420, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, status=no");
 }	


-->
