ace_state.columns = 1;
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0099FF';
ace_state.nftcolor = '#FFFFFF';
ace_state.menuoffset = 1;
ace_state.closedelay = 500;
ace_state.position = 'right';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';
ace_state.fontWeight = 'bold';

acemenu = new ACEMenu('0');
acemenu.columns = 10;
acemenu.position = 'bottom';
acemenu.width = '1024';

acemenu.AddItem('Home', 'main.html', 'main', false);
acemenu.AddItem('Pools', 'pools/index1.html', 'main', false);
acemenu.AddItem('Cafe', 'cafe.html', 'main', false);
acemenu.AddItem('Opening times / prices / fishery rules & bait restrictions', 'openingtimes.html', 'main', false);
acemenu.AddItem('Forthcoming events / Matches', 'forthcomingevents/index.html', 'main', false);
acemenu.AddItem('Where we are', 'whereweare/index1.html', 'main', false);
acemenu.AddItem('About us', 'aboutus.html', 'main', false);
acemenu.AddItem('Contact us', 'contactus.html', 'main', false);


