var menuCount = 10; var lableWidth = 80; var highLiteBG = '#FFFFFF'; var lowLiteBG = '#B4B4B4'; submenuString = new String(''); menuHTML1 = new String(''); menuHTML1 = menuHTML1 + startMenuBar('60%', menuCount); menuHTML1 = menuHTML1 + menuLabel(null,'Home', 1, 75, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=home.html', 'left'); startMenu(1, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Schedule', 2, 100, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=agenda.html', 'left'); startMenu(2, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Divisions', 3, 106, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=divisions_gi.html', 'left'); startMenu(3, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Rules', 4, 82, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=rules.html', 'left'); startMenu(4, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Hotel', 5, 82, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=hotel.html', 'left'); startMenu(5, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Results', 100, 100, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=m_results3.jsp', 'left'); startMenu(100, lableWidth + 20); menuItem(1,'Adult', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/azopen4_results_adult.pdf','right'); menuItem(1,'Masters', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/azopen4_results_masters.pdf','right'); menuItem(1,'Women', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/azopen4_results_women.pdf','right'); menuItem(1,'Kids', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/azopen4_results_kids.pdf','right'); menuItem(1,'Team', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/azopen4_results_team.pdf','right'); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Contact', 7, 40, '', '', 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=m_contact.jsp', 'left'); startMenu(7, lableWidth + 20); menuItem(1,'Send a Message ', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=m_contact.jsp','right'); menuItem(1,'Directions ', null, null, highLiteBG, lowLiteBG, 'http://www.strongvon.com/azopen4/m_tournament_main.jsp?page=m_location.jsp&id=91','right'); endMenu(); menuHTML1 = menuHTML1 + endMenuBar(menuCount); document.write(submenuString);