 var menuItem = new Array();menuItem["news"] = {section:"news",id:"nav_news",link:"#"};menuItem["features"] = {section:"features",id:"nav_features",link:"#"};menuItem["entertainment"] = {section:"entertainment",id:"nav_entertainment",link:"#"};menuItem["sports"] = {section:"sports",id:"nav_sports",link:"#"};menuItem["opinion"] = {section:"opinion",id:"nav_opinion",link:"#"};menuItem["notices"] = {section:"notices",id:"nav_notices",link:"#"};menuItem["classifieds"] = {section:"classifieds",id:"nav_classifieds",link:"#"};menuItem["home"] = {section:"home",id:"nav_home",link:"#"};if(document.all && !document.getElementById) {     document.getElementById = function(id) {          return document.all[id];    } }function unlight() {document.images.tab_home.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_news.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_sports.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_entertainment.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_features.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_opinion.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_blogs.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_notices.src="http://www.nctimes.com/art/spacer.gif";document.images.tab_classifieds.src="http://www.nctimes.com/art/spacer.gif";var ding = document.getElementById('submenu');ding.innerHTML = '';}function dingo(whichimage) {unlight();thing = "submenuthing_" + whichimage;otherthing = "tab_" + whichimage;litup = "http://www.nctimes.com/art/spacer.gif";document.images[otherthing].src=litup;var ding = document.getElementById('submenu');ding.innerHTML = eval(thing);} 