// Title: Horizontal Menu (Floating)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hspacing = 50;
ace_state.width = '50';
ace_state.hbgcolor = '#7F7F7F';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.textalign = 'left';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.divider = '|';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.width = '1';
acemenu.hspacing = 100;
acemenu.hbgcolor = '#7F7F7F';
acemenu.nbgcolor = '#0F0F0F';

acemenu.AddItem('Main                                                                               ', '../index.html', '', false , '', '0', '0');
acemenu.AddItem('About Us                                               ', '', '', true , '', '0', '0');
acemenu.AddItem('Products & Services                     ', '', '', true , '', '0', '0');
acemenu.AddItem('Customer Applications                                       ', '../applications.html', '', true , '', '0', '0');
acemenu.AddItem('Resources', '', '', true , '', '0', '0');
acemenu.AddItem('Contact Us                                      ', '../contact.html', '', false , '', '0', '0');

acemenu = new ACEMenu('2');

acemenu.AddItem('Our Mission', '../about.html', '', false , '', '0', '0');
acemenu.AddItem('Our Story', '../about-ourstory.html', '', false , '', '0', '0');
acemenu.AddItem('Team', '../about-team.html', '', false , '', '0', '0');

acemenu = new ACEMenu('3');

acemenu.AddItem('Touch365 Presentation', '../products-presentation.html', '', false , '', '0', '0');
acemenu.AddItem('Touch365 Software', '../products-touch365.html', '', false , '', '0', '0');
acemenu.AddItem('Content Options', '../products-content.html', '', false , '', '0', '0');
acemenu.AddItem('Books, Greeting & Gift Cards', '../products-booksandcards.html', '', false , '', '0', '0');
acemenu.AddItem('Classic Touch Mailers & Consulting ', '../products-classictouch.html', '', false , '', '0', '0');
acemenu.AddItem('The Cabinet Forums ', 'http://www.thecabinetforums.com', '_blank', false , '', '0', '0');

acemenu = new ACEMenu('4');

acemenu.AddItem('Application Notes ', '../appnotes.html', '', false , '', '0', '0');
acemenu.AddItem('Current & Potential Customers', '../applications-customers.html', '', false , '', '0', '0');
acemenu.AddItem('Sales Partners', '../applications-salespartners.html', '', false , '', '0', '0');
acemenu.AddItem('Suppliers & Contractors', '../applications-suppliers.html', '', false , '', '0', '0');
acemenu.AddItem('Employees', '../applications-employees.html', '', false , '', '0', '0');

acemenu = new ACEMenu('5');

acemenu.AddItem('Application Notes', '../appnotes.html', '', false , '', '0', '0');
acemenu.AddItem('SendOutCards Templates', '../sendoutcards.html', '', false , '', '0', '0');


