// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#888888';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.hbgcolor = '#982824';
acemenu.hftcolor = '#D6D8CB';
acemenu.nbgcolor = '#D6D8CB';
acemenu.nftcolor = '#982824';
acemenu.fontFamily = 'Arial Narrow';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';

acemenu.AddItem('Home', 'index.html', '', false , '', '0', '0');
acemenu.AddItem('Retreats & Tours', 'retreats_tours.html', '', true , '', '0', '0');
acemenu.AddItem('Property Investment', 'property_investment.html', '', false , '', '0', '0');
acemenu.AddItem('Gifts', 'gifts.html', '', false , '', '0', '0');
acemenu.AddItem('Accommodation', 'accommodation', '', false , '', '0', '0');
acemenu.AddItem('Links & Advertising', 'links_advertising.html', '', false , '', '0', '0');
acemenu.AddItem('Bookings', 'bookings.html', '', false , '', '0', '0');
acemenu.AddItem('Contact', 'contact.html', '', false , '', '0', '0');
acemenu.AddItem('Social Commitment', 'social_commitment.html', '', false , '', '0', '0');

acemenu = new ACEMenu('2');
acemenu.position = 'bottom';
acemenu.hbgcolor = '#982824';
acemenu.hftcolor = '#d6d8cb';
acemenu.nbgcolor = '#d6d8cb';
acemenu.nftcolor = '#982824';
acemenu.fblinds = 'down';

acemenu.AddItem('Christian Retreats', '', '', false , '', '0', '0');
acemenu.AddItem('Theological Training ', '', '', false , '', '0', '0');
acemenu.AddItem('Theological Retreats', '', '', false , '', '0', '0');
acemenu.AddItem('Getaway Tours', '', '', false , '', '0', '0');


