if (TrM.isSupported()) { TrM.spacerGif = 't/SLTy7/images/x.gif'; //transparent spacer TrM.dingbatOn = 't/SLTy7/images/submenu-on.gif'; //active submenu dingbat TrM.dingbatOff = 't/SLTy7/images/submenu-off.gif'; //inactive '' '' TrM.dingbatSize = 14; TrM.menuPadding = 0; // space around all edges TrM.itemHPadding = 3; // space around each item TrM.itemVPadding = 2; TrM.shadowSize = 2; TrM.shadowOffset = 1; TrM.shadowColor = '#8DA2B9'; //'#91876F'; //'#a8a386'; TrM.shadowPng = 't/SLTy7/images/macshadow-40.png'; //png for mac ie5 shadow TrM.backgroundColor = '#a3b7cc'; // '#ccc6a3'; // bkgd color #C0BA99, but B is 5 lighter to compensate for xparency TrM.backgroundPng = 't/SLTy7/images/macbg-90.png'; //png for mac ie5 bgd TrM.hideDelay = 600; TrM.slideTime = 250; // was 400 TrM.showToolTips = 2; // 1 title, 2 #ttip div TrM.showHoverNav = 0; // 1 = show alt main nav txt during hover function TrMInit() { TrM.initialize(); if (typeof(menu185) != 'undefined') { menu185.onactivate = function() { document.getElementById('menu185').className = 'hover CurPage';}; menu185.ondeactivate = function() { document.getElementById('menu185').className = ' CurPage';}; } if (typeof(menu105) != 'undefined') { menu105.onactivate = function() { document.getElementById('menu105').className = 'hover';}; menu105.ondeactivate = function() { document.getElementById('menu105').className = '';}; } if (typeof(menu107) != 'undefined') { menu107.onactivate = function() { document.getElementById('menu107').className = 'hover';}; menu107.ondeactivate = function() { document.getElementById('menu107').className = '';}; } if (typeof(menu108) != 'undefined') { menu108.onactivate = function() { document.getElementById('menu108').className = 'hover';}; menu108.ondeactivate = function() { document.getElementById('menu108').className = '';}; } if (typeof(menu109) != 'undefined') { menu109.onactivate = function() { document.getElementById('menu109').className = 'hover';}; menu109.ondeactivate = function() { document.getElementById('menu109').className = '';}; } if (typeof(menu110) != 'undefined') { menu110.onactivate = function() { document.getElementById('menu110').className = 'hover';}; menu110.ondeactivate = function() { document.getElementById('menu110').className = '';}; } } var ms = new TrMSet(TrM.dir.right, 0, 0, TrM.ref.bottomLeft); // numbers are left/top offset var menu105 = ms.addMenu(document.getElementById('menu105'),'105'); menu105.addItem('SLTy Groups', '/SLTy/p/w/_intro.php?page=WhatIsSLTy/Groups','116'); menu105.addItem('Resources', '/SLTy/p/w/_intro.php?page=WhatIsSLTy/Resources','117'); var menu107 = ms.addMenu(document.getElementById('menu107'),'107'); menu107.addItem('Need Help Now!', '/SLTy/p/wrap/wrap.php?6','118'); menu107.addItem('Remote Help Desk', '/SLTy/p/w/_intro.php?page=SLTyService/RemoteHelpDesk','119'); menu107.addItem('AntiVirus', '/SLTy/p/w/_intro.php?page=SLTyService/AntiVirusPlan','144'); menu107.addItem('Servant Center', '/SLTy/p/w/_intro.php?page=SLTyService/ServantCenter','123'); var menu108 = ms.addMenu(document.getElementById('menu108'),'108'); menu108.addItem('SLTy Blog', '/SLTy/p/mw/index.php?title=Intro:SLTyBlog','196'); var menu110 = ms.addMenu(document.getElementById('menu110'),'110'); menu110.addItem('FAQ', '/SLTy/p/w/_intro.php?page=FAQ','71'); var tt_ = new Array(); tt_[185]='Home page'; tt_[105]='What is SLTy™? Here's an intro; more in-depth info for logged-in members.'; tt_[116]=''; tt_[117]=''; tt_[107]='SLTy™ Service'; tt_[118]='Click here to connect with an available Remote Help Desk representative'; tt_[119]=''; tt_[144]=''; tt_[123]=''; tt_[108]='SLTy™ Community'; tt_[196]='Adventures in discovering the reality of "Spirit-Led Technology."'; tt_[109]='SLTy™ Lab -- Learn about our online R&D center'; tt_[110]='About ICTA'; tt_[71]='Find answers to Frequently Asked Questions'; var hovernav_ = new Array(); TrM.renderAll(); /* window.onload=function(){ TrMInit(); } */ if ( typeof window.addEventListener != 'undefined' ) window.addEventListener('load', TrMInit, false ); else if ( typeof window.attachEvent != 'undefined' ) { window.attachEvent( 'onload', TrMInit ); } else { if ( window.onload != null ) { var oldOnload = window.onload; window.onload = function ( e ) { oldOnload( e ); TrMInit(); }; } else window.onload = TrMInit; } }