我在网上参考的js脚本程序是实现当我们把鼠标移过去的时候会弹出一个下拉列表 其中的js脚本里面有这样的程序
mtDropDown.spacerGif = "images/x.gif"; 
mtDropDown.dingbatOn = "images/expand-1.gif"; 
mtDropDown.dingbatOff = "images/expand-0.gif"; 
mtDropDown.dingbatSize = 14; 
mtDropDown.menuPadding = 1; 
mtDropDown.itemPadding = 4; 
mtDropDown.shadowSize = 2; 
mtDropDown.shadowOffset = 3; 
mtDropDown.shadowColor = "#B1EAFE"; 
mtDropDown.shadowPng = "images/grey-40.png"; 
mtDropDown.backgroundColor = "#B1EAFE"; 
mtDropDown.backgroundPng = "images/white-90.png"; 
mtDropDown.hideDelay = 1000; 
mtDropDown.slideTime = 200; 
其中mtDropDown和它的所有属性是什么意思 网上有资料可以参考吗?