// 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 = '#FFFF00';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FF8000';
ace_state.nftcolor = '#000000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.itemborder = '1px #FFFFFF solid';
ace_state.menuborder = '0px #FFFFFF solid';
ace_state.hbdrsize = '0';
ace_state.hbdrcolor = '#FFFFFF';
ace_state.cellpadding = 0;
ace_state.layerpadding = 5;

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#DF332F';
acemenu.nftcolor = '#000000';
acemenu.fontFamily = 'Swis721 Lt BT';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';

acemenu.AddItem('Project Management, Building, Maintenance, Gardens', 'project.htm', '', false , '', '0', '0');
acemenu.AddItem('Maintenance & Holiday Lettings Management', 'maintenance.htm', '', false , '', '0', '0');
acemenu.AddItem('Holiday Homes to Rent', 'holiday.htm', '', false , '', '0', '0');
acemenu.AddItem('Property Sales', 'property.htm', '', false , '', '0', '0');


