if(!window.TAB_WWWROOT) TAB_WWWROOT = WWWROOT // u = utility function createHeaderImageCache(){ var color = tabDarkColor.substring(1,tabDarkColor.length) for(var i=0;i 780)?780-tabWidth:left) + "px" element.style.top = 25 element.style.visibility = "visible" } function hideElement(element){ if(!element) return element.style.visibility = "hidden" element.style.top = 0 } function dividerOff(ID){ if(document.images["d" + ID]) document.images["d" + ID].src = RESOURCES + "images/spacer.gif" } function dividerOn(ID){ if(document.images["d" + ID]) document.images["d" + ID].src = RESOURCES + "images/swatches/FFFFFF.gif" } var tabWidth = 140 var tabs = [] function formatTabs(tabs){ if(isNN4) return for(var i=0;i'; text += '
' text += '' for(var i=0;i' + tab[i].label + '' } else { if( tab[i].href.indexOf("javascript:") == 0 ) var onclick = tab[i].href.substring(11) else var onclick = "location='" + tab[i].href + "'" text += '' } } text += '
' text += '  ' + tab[i].label + '  ' text += '
' text += '
' text += '' return text }