<!--
// JScript source code
//==========================
//        菜单开始
//========================
//*************************************对象参数*******************************************
//下拉菜单装饰图片(前图片mtDropDown.spacerGif1 后图片 mtDropDown.spacerGif)
mtDropDown.spacerGif1="";//以下三图片设置固定地址,分别用于设置三种状态!
mtDropDown.spacerGif =public_image+"images/showall.gif"//下拉菜单装饰图片
mtDropDown.dingbatOn = public_image+"images/showleft.gif"; //开关图片
mtDropDown.dingbatOff =public_image+"images/showright.gif"; //开关图片
mtDropDown.dingbatSize = 14; 
mtDropDown.menuPadding = 1; //下拉菜单头部和底部间距
mtDropDown.itemPadding = 4; //菜单栏目间距
mtDropDown.shadowSize = 2; 
mtDropDown.shadowOffset = 3; 
mtDropDown.shadowColor = "000000"; //菜单阴影颜色
mtDropDown.shadowPng = public_image+"images/space.gif"; 
mtDropDown.backgroundColor = "f3f3f3"; //下拉菜单背景颜色
mtDropDown.backgroundPng = public_image+"images/png.png"; 
mtDropDown.hideDelay = 200; //下拉菜单收起时间
mtDropDown.slideTime = 200; //下拉菜单弹出速度
mtDropDown.reference = {topLeft:1,topRight:2,bottomLeft:3,bottomRight:4};//定义菜单的上下左右边距
mtDropDown.direction = {down:1,right:2};
mtDropDown.registry = [];
mtDropDown._maxZ = 100;
var delayhide;
var tempx; //设置变量 用于检测 mouseover状态
var tempx1; //设置变量 用于检测 mouseover状态
var temp1=new Array(); //设置变量 用于检测 mouseover状态
var temp2=0; //设置变量 用于检测 mouseover状态
var tempParent1; //基于父窗口的变量
var tempParent2=0;
var tempParent3;
var tep1;
var tep2;
var showsTag=0;
var current_this=null;

-->
