// 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 = '#FF9200';
ace_state.hftcolor = '#630D0C';
ace_state.nbgcolor = '#630D0C';
ace_state.nftcolor = '#FF9200';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.textalign = 'center';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#FFFFFF';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.fopacity = '90';

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('Home', 'index.php', '', false , '', '0', '0');
acemenu.AddItem('About', '', '', true , '', '0', '0');
acemenu.AddItem('Inmates Comments', 'comments.php', '', false , '', '0', '0');
acemenu.AddItem('FAQ and Feedback', 'faq.php', '', false , '', '0', '0');
acemenu.AddItem('Quote Request', 'frm.php', '', false , '', '0', '0');
acemenu.AddItem('Contact Us', 'cntct.php', '', false , '', '0', '0');

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

acemenu.AddItem('About The Book', 'about_book.php', '', false , '', '0', '0');
acemenu.AddItem('About The Author', 'about_author.php', '', false , '', '0', '0');
acemenu.AddItem('Content Index', 'about_content_index.php', '', false , '', '0', '0');



