// 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 = 9;
acemenu.position = 'bottom';
acemenu.target = '_self';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#ff6633';
acemenu.nbgcolor = '#f2f2f2';
acemenu.nftcolor = '#0C155A';
acemenu.width = '790';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #BFBFBF solid';

acemenu.AddItem('Home Page', 'http://www.design-website.net.au/index.html', '', false , 'Introduction to Absolutely Stylish Website Design');
acemenu.AddItem('Contact', 'http://www.design-website.net.au/contact.html', '', false , 'Contact destails & information');
acemenu.AddItem('eCommerce', 'http://www.design-website.net.au/ecommerce.html', '', false , 'Marketing and sales via the internet');
acemenu.AddItem('FAQ', 'http://www.design-website.net.au/faq.html', '', false , 'Frequently asked questions asked by clients prior to the purchase of a web site ');
acemenu.AddItem('Links', 'http://www.design-website.net.au/links.html', '', false , 'Links to useful resources and examples');
acemenu.AddItem('Services Menu*', '', '', true , 'Website design, optimisation and promotion ');
acemenu.AddItem('Style', 'http://www.design-website.net.au/style.html', '', false , 'What is style and a stylish web site? ');
acemenu.AddItem('Site Map', 'http://www.design-website.net.au/sitemap.html', '', false , 'Directory of all pages on this website');
acemenu.AddItem('Testimonials', 'http://www.design-website.net.au/testamonials.html', '', false , 'Client Testimonials');

acemenu = new ACEMenu('6');
acemenu.position = 'bottom';

acemenu.AddItem('Client websites', 'http://www.design-website.net.au/optimised_websites.html', '', false , '');
acemenu.AddItem('Optimisation', 'http://www.design-website.net.au/optimisation.html', '', false , 'Web Site Design Services - Introduction to Search Engine Optimisation');
acemenu.AddItem('Promotion', 'http://www.design-website.net.au/promotion.html', '', false , 'The need for web site promotion');


