﻿if (mtDropDown.isSupported()) {
var ms = new mtDropDownSet(mtDropDown.direction.down, 0, 0, mtDropDown.reference.bottomLeft);

// 普通招考  下拉菜单
if (document.getElementById('m_ptzk0')){
}

// 艺体招考  下拉菜单
if (document.getElementById('m_ytzk0')){
}

// 高中招生  下拉菜单
if (document.getElementById('m_gzzs0')){
}

// 自学考试  下拉菜单
if (document.getElementById('m_zxks0')){
}

// 成人招考  下拉菜单
if (document.getElementById('m_crzk0')){
}

// 证书考试  下拉菜单
if (document.getElementById('m_zsks0')){
}

// 招考服务  下拉菜单
if (document.getElementById('m_zkfw0')){
}
mtDropDown.renderAll();}