ace_state.columns = 1;
ace_state.hbgcolor = '#339900';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#339900';
ace_state.nftcolor = '#FFFFFF';
ace_state.menuoffset = 1;
ace_state.closedelay = 500;
ace_state.position = 'right';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontWeight = 'bold';

acemenu = new ACEMenu('0');
acemenu.columns = 10;
acemenu.position = 'bottom';
acemenu.cellpadding = 4;

acemenu.AddItem('Home page', 'main.html', 'main', false);
acemenu.AddItem('Suggested Itineraries', 'itineraries.html', 'main', false);
acemenu.AddItem('Accommodation', 'accommodation/index.html', 'main', false);
acemenu.AddItem('Costs and Bookings', 'costs/index.html', 'main', false);
acemenu.AddItem('About us', 'aboutus/index.html', 'main', false);
acemenu.AddItem('Contact us', 'contactus.html', 'main', false);


