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,'WINNERS', 1, 150, '', '', 'http://strongvon.com/bjjnznogi/m_tournament_main.jsp?page=SummaryWinners.html', 'left'); startMenu(1, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'BRACKETS', 101, 150, '', '', 'http://strongvon.com/bjjnznogi/m_results3.jsp', 'left'); startMenu(101, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'LOCATION MAP', 3, 170, '', '', 'http://maps.google.com/maps?f=q&hl=en&q=90+Akoranga+Dr,+Northcote+,+Auckland,+New+Zealand', 'left'); startMenu(3, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + menuLabel(null,'CONTACT US', 4, 170, '', '', 'http://strongvon.com/bjjnznogi/m_tournament_main.jsp?page=m_contact.jsp', 'left'); startMenu(4, lableWidth + 20); endMenu(); menuHTML1 = menuHTML1 + endMenuBar(menuCount); document.write(submenuString);