ace_state.columns = 1;
ace_state.hbgcolor = '#301A4B';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#7B89B1';
ace_state.nftcolor = '#FFFFFF';
ace_state.hspacing = 0;
ace_state.position = 'bottom';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.border = '1';

acemenu = new ACEMenu('0');
acemenu.columns = 7;
acemenu.hspacing = 2;
acemenu.divider = '|';


acemenu.AddItem('<strong>HOME PAGE</strong>', 'index.php', '');
acemenu.AddItem('<strong>ABOUT US</strong>', 'index.php?comp=content&op=view&id=2', '');
acemenu.AddItem('<strong>INFO & LEISURE</strong>', 'index.php?comp=content&op=view&id=3', '');
acemenu.AddItem('<strong>REAL ESTATE</strong>', 'index.php?comp=property', '');
acemenu.AddItem('<strong>CONTACT US</strong>', 'index.php?comp=contact', '');
acemenu.AddItem('<strong>LINKS</strong>', 'index.php?comp=weblink', '');

// Info & Leisure Submenu
acemenu = new ACEMenu('3');
acemenu.AddItem('Climate', 'index.php?comp=content&op=view&id=3#1', '');
acemenu.AddItem('Communications', 'index.php?comp=content&op=view&id=3#2', '');
acemenu.AddItem('Foreign Exchange', 'index.php?comp=content&op=view&id=3#3', '');
acemenu.AddItem('Getting To Mosselbay', 'index.php?comp=content&op=view&id=3#6', '');
acemenu.AddItem('Medical Facilities & Health Precautions', 'index.php?comp=content&op=view&id=3#4', '');
acemenu.AddItem('What To Do In Mosselbay', 'index.php?comp=content&op=view&id=3#7', '');
acemenu.AddItem('Where To Eat', 'index.php?comp=content&op=view&id=3#8', '');
acemenu.AddItem('Activities', 'index.php?comp=content&op=view&id=4', '');

// Property Sales
//acemenu = new ACEMenu('4');
//acemenu.AddItem('Apartments & Townhouses', 'index.php?comp=property&category=', '');
//acemenu.AddItem('Businesses', 'index.php?comp=property&category=', '');
//acemenu.AddItem('B&Bs And Guesthouses', 'index.php?comp=property&category=', '');
//acemenu.AddItem('Commercial Property', 'index.php?comp=property&category=', '');
//acemenu.AddItem('Residential Homes', 'index.php?comp=property&category=', '');
//acemenu.AddItem('Smallholdings & Farms', 'index.php?comp=property&category=', '');
//acemenu.AddItem('Vacant Land', 'index.php?comp=property&category=', '');

// Contact Us
acemenu = new ACEMenu('5');
acemenu.AddItem('Enquiries', 'index.php?comp=contact', '');
acemenu.AddItem('Meet The Team', 'index.php?comp=property&page=agent', '');
//acemenu.AddItem('Newsletter', 'index.php?comp=newsletter', '');
