// Title: Horizontal Menu (Relative)
// 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 = '#FFFFFF';
ace_state.hftcolor = '#FF0000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000000';
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 = 50;
acemenu.hspacing = 10;
acemenu.divider = '';

acemenu.AddItem('Home', '', '', false , 'Click here to return to homepage');
acemenu.AddItem('Contact Us', 'contact.html', '', false , '');
acemenu.AddItem('Payment Methods', 'payment.html', '', false , '');
acemenu.AddItem('Return Policy', 'returnpolicy.html', '', false , '');
acemenu.AddItem('FAQ', 'FAQ.html', '', false , '');


