﻿if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

// 机构设置  下拉菜单
if (document.getElementById('m_jgsz0')){
}

// 政策文件  下拉菜单
if (document.getElementById('m_zcwj0')){
  var m_zcwj0 = ms.addMenu(document.getElementById('m_zcwj0'));
     m_zcwj0.addItem('- 工作简报','/content.asp?nodecode=jb&parentCode=zcwj&rootCode=zcwj');
     m_zcwj0.addItem('- 战线新闻','/content.asp?nodecode=xinwen&parentCode=zcwj&rootCode=zcwj');
     m_zcwj0.addItem('- 中心文件','/content.asp?nodecode=zxwj&parentCode=zcwj&rootCode=zcwj');
     m_zcwj0.addItem('- 学校动态','/content.asp?nodecode=xiaoyuan&parentCode=zcwj&rootCode=zcwj');
}

// 建配标准  下拉菜单
if (document.getElementById('m_jpbz0')){
  var m_jpbz0 = ms.addMenu(document.getElementById('m_jpbz0'));
     m_jpbz0.addItem('- 装备标准','/content.asp?nodecode=zbbz&parentCode=jpbz&rootCode=jpbz');
     m_jpbz0.addItem('- 配备征订目录','/content.asp?nodecode=pbml&parentCode=jpbz&rootCode=jpbz');
}

// 教学与管理  下拉菜单
if (document.getElementById('m_jxgl0')){
  var m_jxgl0 = ms.addMenu(document.getElementById('m_jxgl0'));
     m_jxgl0.addItem('- 学具教学管理','/content.asp?nodecode=xugl&parentCode=jxgl&rootCode=jxgl');
     m_jxgl0.addItem('- 图书管理','/content.asp?nodecode=tsgl&parentCode=jxgl&rootCode=jxgl');
     m_jxgl0.addItem('- 实验教学管理','/content.asp?nodecode=sjgl&parentCode=jxgl&rootCode=jxgl');
     m_jxgl0.addItem('- 农远教育管理','/content.asp?nodecode=njgl&parentCode=jxgl&rootCode=jxgl');
     m_jxgl0.addItem('- 信息技术管理','/content.asp?nodecode=xjgl&parentCode=jxgl&rootCode=jxgl');
}

// 装备示范  下拉菜单
if (document.getElementById('m_zbsf0')){
  var m_zbsf0 = ms.addMenu(document.getElementById('m_zbsf0'));
     m_zbsf0.addItem('- 装备建设','/content.asp?nodecode=zbjs&parentCode=zbsf&rootCode=zbsf');
     m_zbsf0.addItem('- 农远工程','/content.asp?nodecode=nygc&parentCode=zbsf&rootCode=zbsf');
}

// 教学研究  下拉菜单
if (document.getElementById('m_jxyj0')){
  var m_jxyj0 = ms.addMenu(document.getElementById('m_jxyj0'));
     m_jxyj0.addItem('- 教师培训','/content.asp?nodecode=tepx&parentCode=jxyj&rootCode=jxyj');
     m_jxyj0.addItem('- 课题研究','/content.asp?nodecode=ktyj&parentCode=jxyj&rootCode=jxyj');
     m_jxyj0.addItem('- 教研活动','/content.asp?nodecode=jyhd&parentCode=jxyj&rootCode=jxyj');
     m_jxyj0.addItem('- 科研成果','/content.asp?nodecode=kycg&parentCode=jxyj&rootCode=jxyj');
}

// 电教制作  下拉菜单
if (document.getElementById('m_djzz0')){
}
mtDropDown.renderAll();}
