var items = new Array( //new menuItem("marineWizard", "javascript:tc_redirect('', 'index2.html?store', '/LINK/HONDAMARINE/STORE/');", "marine wizard"), new menuItem("owner", "/power/owner/", "owner"), new menuItem("accessories", "/power/marine/accessories/", "accessories"), new menuItem("inflatables", "/inflatables", "inflatables"), new menuItem("rcd", "/power/marine/rcd/", "recreational craft directive"), new menuItem("faq", "/power/marine/faq/", "faq"), new menuItem("technicalTalk", "javascript:tc_redirect('', '/power/marine/marineTechnicalTalk.html', '/LINK/HONDAMARINE/TECHNICALTALK/');", "technical talk"), new menuItem("news", "/news/marine/", "news"), new menuItem("emailUpdates", "/news/enews/", "email updates"), new menuItem("events", "/power/events/", "events") ); function makeSubMenu(selectedItem){ return makeMenu("/common/images/subNav/", items, selectedItem); } function subMenuImgOn(imgName, index){ return menuImgOn(imgName, index, items); } function subMenuImgOff(imgName, index){ return menuImgOff(imgName, index, items); }