ace_state.columns = 7;
ace_state.hbgcolor = '#0000ff';
ace_state.hftcolor = '#ff0000';
ace_state.nbgcolor = '#eeda2d';
ace_state.nftcolor = '#0000ff';
ace_state.hspacing = 100;
ace_state.menuoffset = 1;
ace_state.closedelay = 500;
ace_state.position = 'bottom';
ace_state.fontFamily = 'Garamond';
ace_state.fontSize = '12pt';
ace_state.fontWeight = 'bold';

acemenu = new ACEMenu('0');
acemenu.columns = 7;
acemenu.isStatic = true;
acemenu.staticY = 10;
acemenu.itemborder = '&nbsp;';
acemenu.cellpadding = 0;

acemenu.AddItem('Villa Facilities', 'villafacilities/index.html', 'main', false);
acemenu.AddItem('Villa Location', 'villalocation.html', 'main', false);
acemenu.AddItem('Costs / Bookings', 'costs/index.html', 'main', false);
acemenu.AddItem('About the area', 'aboutthearea/index.html', 'main', false);
acemenu.AddItem('Travel', 'travel.html', 'main', false);
acemenu.AddItem('Enquiry Form', 'enquiryform.html', 'main', false);
acemenu.AddItem('Contact us', 'contactus.html', 'main', false);


