var show_activ_h = 0; var hide_activ_h = 0; function getIndexLayer_h(_index) { return document.getElementById('h_almenu_' + _index) || {style:{}}; } function _showTip_h(_index) { _hideTips_h(); getIndexLayer_h(_index).style.display = 'block'; getIndexLayer_h(_index).style.zIndex = 100; } function _hideTip_h(_index) { getIndexLayer_h(_index).style.display = 'none'; getIndexLayer_h(_index).style.zIndex = 0; activ_hide_h = _index; } function _hideTips_h() { _hideTip_h(show_activ_h); show_activ_h = 0; } var _to_h = null; function tipOver_h(_index) { if (_to_h) window.clearTimeout(_to_h); if (show_activ_h!=_index) _showTip_h(_index); show_activ_h = _index; } function tipOut_h(_index) { if (_to_h) window.clearTimeout(_to_h); _to_h = window.setTimeout('_hideTips_h()', 0); } var show_activ_v = 0; var hide_activ_v = 0; function getIndexLayer_v(_index) { return document.getElementById('v_almenu_' + _index) || {style:{}}; } function _showTip_v(_index) { _hideTips_v(); getIndexLayer_v(_index).style.display = 'block'; getIndexLayer_v(_index).style.zIndex = 100; } function _hideTip_v(_index) { getIndexLayer_v(_index).style.display = 'none'; getIndexLayer_v(_index).style.zIndex = 0; activ_hide_v = _index; } function _hideTips_v() { _hideTip_v(show_activ_v); show_activ_v = 0; } var _to_v = null; function tipOver_v(_index) { if (_to_v) window.clearTimeout(_to_v); if (show_activ_v!=_index) _showTip_v(_index); show_activ_v = _index; } function tipOut_v(_index) { if (_to_v) window.clearTimeout(_to_v); _to_v = window.setTimeout('_hideTips_v()', 0); }