// Title: Horizontal Menu (Floating)
// Description: Absolutely Stylish Web Design menu
// 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 = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 10;
acemenu.position = 'bottom';
acemenu.target = '_self';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#ff6633';
acemenu.nbgcolor = '#FFFFFF';
acemenu.nftcolor = '#996600';
acemenu.width = '950';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #7F7F7F solid';

acemenu.AddItem('Home Page', 'http://www.childrensdevelopment.net/index.html', '', false , 'Entry page to the Absolutely Stylish Wesite Design website');
acemenu.AddItem('Ball Pit Hire', 'http://www.childrensdevelopment.net/hire.html', '', false , 'Hire the basic ballpit package');
acemenu.AddItem('Combo Packs', 'http://www.childrensdevelopment.net/programme.html', '', false , 'Combination packs to expand your basic choices');
acemenu.AddItem('Contact Page', 'http://www.childrensdevelopment.net/contact.html', '', false , 'Contact Buzzing With Energy');
acemenu.AddItem('Jumping Castles', 'http://www.childrensdevelopment.net/castle.html', '', false , 'Jumping Castles');
acemenu.AddItem('Links Page', 'http://www.childrensdevelopment.net/links.html', '', false , 'Links to external sources');
acemenu.AddItem(' Parents FAQ', 'http://www.childrensdevelopment.net/faq.html', '', false , 'Frequently asked questions by parents');
acemenu.AddItem('Testimonials', 'http://www.childrensdevelopment.net/testimonial.html', '', false , 'Client testimonials');
acemenu.AddItem('Toy Packs & Add-ons', 'http://www.childrensdevelopment.net/sales.html', '', false , 'Toy packs with optional add-ons to increase your childs enjoyment');
acemenu.AddItem('Site Map', 'http://www.childrensdevelopment.net/sitemap.html', '', false , 'Directory of all pages on this website with their content');



