var menuCount = 6; 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, 150, '', '', 'https://strongvon.com/flbjjclassic/m_tournament_main.jsp?page=m_tournament_registration1.jsp', 'left'); startMenu(1, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Location', 2, 125, '', '', 'http://strongvon.com/flbjjclassic/m_tournament_main.jsp?page=m_location.jsp&id=313', 'left'); startMenu(2, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Contact', 3, 100, '', '', 'http://strongvon.com/flbjjclassic/m_tournament_main.jsp?page=m_contact.jsp', 'left'); startMenu(3, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'Main Website', 4, 150, '', '', 'http://www.floridabjj.org/', 'left'); startMenu(4, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + endMenuBar(menuCount); document.write(submenuString);