function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
  }
function windowopen(url){
   if (url=="#"  || url=="" ) 
     return  ;
   else
      window.open(url);
}
function checkKeyword(frm){
  if(frm.keyword.value==""){
     alert("ÇëÊäÈë¹Ø¼ü×Ö£¡");
	 return false;
  }
}
function showq(id){
  document.all(id).style.display='block';
}
function hideq(id){
  document.all(id).style.display='none';
}
function changeshowq(id,isrefresh){
  
	  if(document.all(id).style.display=='none') {
		document.all(id).style.display='block';
	   }	
	  else{
		document.all(id).style.display='none';
	  }

}