var menuCount = 9; 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/century/m_tournament_main.jsp?page=home.html', 'left'); startMenu(1, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Registration', 2, 110, '', '', 'https://strongvon.com/century/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/century/m_tournament_main.jsp?page=m_tournament_registration1.jsp','right'); menuItem(1,'Printed Form', null, null, highLiteBG, lowLiteBG, 'http://strongvon.com/century/CENTURY_FEB10_REG_FORM.pdf','right'); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Rules', 3, 80, '', '', 'http://strongvon.com/century/fight_to_win_rules_and_regulations1-03.pdf', 'left'); startMenu(3, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Texas All Star Team', 4, 150, '', '', 'http://strongvon.com/toc6/f2w_wgc_allstar_fund.doc', 'left'); startMenu(4, lableWidth + 20); menuItem(1,'Current Rankings', null, null, highLiteBG, lowLiteBG, 'http://strongvon.com/toc6/f2w_wgc_allstar_rankings_12-6.xls','right'); menuItem(1,'About the Fund', null, null, highLiteBG, lowLiteBG, 'http://strongvon.com/toc6/f2w_wgc_allstar_fund.doc','right'); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Location', 5, 100, '', '', 'http://strongvon.com/century/m_tournament_main.jsp?page=m_location.jsp&id=305', 'left'); startMenu(5, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Contact', 6, 90, '', '', 'http://strongvon.com/century/m_tournament_main.jsp?page=m_contact.jsp', 'left'); startMenu(6, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Main Websites', 7, 120, '', '', 'http://fighttowinmma.com', 'left'); startMenu(7, lableWidth + 20); menuItem(1,'Fight To Win', null, null, highLiteBG, lowLiteBG, 'http://fighttowinmma.com','right'); menuItem(1,'World Grappling Circuit', null, null, highLiteBG, lowLiteBG, 'http://worldgrapplingcircuit.com','right'); endMenu(); menuHTML1 = menuHTML1 + endMenuBar(menuCount); document.write(submenuString);