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, 80, '', '', 'http://strongvon.com/coloradoopen/m_tournament_main.jsp?page=home.html', 'left'); startMenu(1, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Registration', 2, 110, '', '', 'https://strongvon.com/coloradoopen/m_tournament_main.jsp?page=m_tournament_registration1.jsp', 'left'); startMenu(2, lableWidth + 20); menuItem(1,'Online form', null, null, highLiteBG, lowLiteBG, 'https://strongvon.com/coloradoopen/m_tournament_main.jsp?page=m_tournament_registration1.jsp','right'); menuItem(1,'Printed form for BJJ and No Gi', null, null, highLiteBG, lowLiteBG, 'http://strongvon.com/coloradoopen/2009_CO_Open_BJJ-NoGi_Registration.pdf','right'); menuItem(1,'Printed Form for Judo Competitors', null, null, highLiteBG, lowLiteBG, 'http://strongvon.com/coloradoopen/2009_CO_Open_Judo_Registration.pdf','right'); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Rules', 3, 80, '', '', 'http://strongvon.com/coloradoopen/fighttowin_rules_rev2.pdf', 'left'); startMenu(3, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'All Star Fund', 4, 120, '', '', 'http://strongvon.com/coloradoopen/CO_Allstar_Athlete_Fund.pdf', 'left'); startMenu(4, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Location', 5, 100, '', '', 'http://strongvon.com/coloradoopen/m_tournament_main.jsp?page=m_location.jsp&id=209', 'left'); startMenu(5, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Contact', 6, 90, '', '', 'http://strongvon.com/coloradoopen/m_tournament_main.jsp?page=m_contact.jsp', 'left'); startMenu(6, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Main Website', 7, 120, '', '', 'http://fighttowinmma.com', 'left'); startMenu(7, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + endMenuBar(menuCount); document.write(submenuString);