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,'Registration', 1, 115, '', '', 'http://strongvon.com/lipridebjj7/m_tournament_main.jsp?page=prices.html', 'left'); startMenu(1, lableWidth + 20); menuItem(1,'Prices', null, null, highLiteBG, lowLiteBG, 'http://strongvon.com/lipridebjj7/m_tournament_main.jsp?page=prices.html','right'); menuItem(1,'Online Registration', null, null, highLiteBG, lowLiteBG, 'https://strongvon.com/lipridebjj7/m_tournament_main.jsp?page=m_tournament_registration1.jsp','right'); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Weight Divisions', 2, 140, '', '', 'http://www.lipridebjj.com/weightdivision.htm', 'left'); startMenu(2, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Belt Divisions', 3, 120, '', '', 'http://www.lipridebjj.com/beltdivision.htm', 'left'); startMenu(3, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Brackets', 100, 90, '', '', 'http://strongvon.com/lipridebjj7/m_tournament_main.jsp?page=m_results3.jsp', 'left'); startMenu(100, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Location', 5, 90, '', '', 'http://strongvon.com/lipridebjj7/m_tournament_main.jsp?page=m_location.jsp&id=246', 'left'); startMenu(5, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Main Website', 6, 120, '', '', 'http://lipridebjj.com', 'left'); startMenu(6, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + endMenuBar(menuCount); document.write(submenuString);