 
var GLOBALS=new Object();GLOBALS.LP='en';GLOBALS.LP_index=1;GLOBALS.user_login_name='';GLOBALS.ROOT_CID=1;GLOBALS._setting=new Object();GLOBALS._setting.ID='biwin/';GLOBALS._setting.DIR='';GLOBALS._setting.ROOT_DIR='/';GLOBALS._setting.RELATIVE_ROOT_DIR='';GLOBALS._setting.USER_FILES_DIR='UserFiles/';GLOBALS._setting.site_title='合胜科技';GLOBALS._setting.site_domain_name='index.htm'/*tpa=http://www.aoedi.com.cn/*/;GLOBALS._setting.site_contact_person='Violet Wei';GLOBALS._setting.site_contact_email='http://www.aoedi.com.cn/ella.zhou@aoedi.com.cn';GLOBALS._setting.tipster=1;GLOBALS._page=new Object();
$(function() {
  if($("#nav" + GLOBALS.ROOT_CID).size()) {
    $("#nav" + GLOBALS.ROOT_CID).addClass("cur");
  }
  // 子菜单
  $("#menu_ul li").each(function(i, n) {
    $(n).hover(function() {
        $(n).addClass("show");
      }, function() {
        $(n).removeClass("show");
      });
  });
});

function vsearch(f) {
  if(f.key.value.length == 0) {
    alert("Input the key word first please.");
    f.key.focus();
    return false;
  } else return true;
}
 
