ace_state.columns = 1;
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#0000cc';
ace_state.nbgcolor = '#ffffff';
ace_state.nftcolor = '#000000';
ace_state.menuoffset = 1;
ace_state.closedelay = 500;
ace_state.position = 'right';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';

acemenu = new ACEMenu('0');
acemenu.columns = 1;
acemenu.position = 'bottom';
acemenu.cellpadding = 4;

acemenu.AddItem('Map & Directions', 'whereweare.html', 'wherewearemain', false);
acemenu.AddItem('Accommodation', 'accommodation.html', 'wherewearemain', false);



