var MainNavArray = new Array(); /* Instructions: MainNavArray[i] = new Array(Alt Text, Link URL, Off Image, On Image); * Note: Leave URL blank for NO LINK * Width of images must be 142 pixels! ** DO NOT ADD OR REMOVE ITEMS! ** ** DO NOT RE-ORDER ITEMS! ** */ MainNavArray[0] = new Array("Home", "/default.asp", "/images/both_menu_home_off.gif", "/images/both_menu_home_on.gif"); MainNavArray[1] = new Array("Listen Live", "/article.asp?id=17196", "/images/both_menu_listenlive_off.gif", "/images/both_menu_listenlive_on.gif"); MainNavArray[2] = new Array("Hitlist", "", "/images/both_menu_hitlist_off.gif", "/images/both_menu_hitlist_on.gif"); MainNavArray[3] = new Array("Programmers", "", "/images/both_menu_programmers_off.gif", "/images/both_menu_programmers_on.gif"); MainNavArray[4] = new Array("Interviews", "", "/images/both_menu_interviews_off.gif", "/images/both_menu_interviews_on.gif"); MainNavArray[5] = new Array("Presenters", "", "/images/both_menu_presenters_off.gif", "/images/both_menu_presenters_on.gif"); MainNavArray[6] = new Array("Info", "", "/images/both_menu_info_off.gif", "/images/both_menu_info_on.gif"); MainNavArray[7] = new Array("Starfiles", "/article.asp?id=19363", "/images/both_menu_starfiles_off.gif", "/images/both_menu_starfiles_on.gif"); MainNavArray[8] = new Array("Competitions", "", "/images/both_menu_competitions_off.gif", "/images/both_menu_competitions_on.gif"); MainNavArray[9] = new Array("Digital Radio", "", "/images/both_menu_digitalradio_off.gif", "/images/both_menu_digitalradio_on.gif"); MainNavArray[10] = new Array("Links", "", "/images/both_menu_links_off.gif", "/images/both_menu_links_on.gif");