// 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.hspacing = 350;
ace_state.width = '150';
ace_state.hbgcolor = '#AAAA91';
ace_state.hftcolor = '#657856';
ace_state.nbgcolor = '#AFAF96';
ace_state.nftcolor = '#FFFFFF';
ace_state.arrowimage = 'NavPointer1.gif';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.itemborder = '0px  solid';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#BFBFAA';
ace_state.cellpadding = 0;
ace_state.cellspacing = 2;
ace_state.layerpadding = 0;
ace_state.htmlAfter = '&nbsp;&nbsp;';
ace_state.htmlBefore = '&nbsp;&nbsp;';

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('Home', '../page.asp?1', '', false , '', '0', '0');
acemenu.AddItem('About Carol', '../page.asp?2', '', false , '', '10', '0');
acemenu.AddItem('Chapters', '../page.asp?8', '', true , 'Angel in the Clouds - Table of Contents', '0', '0');
acemenu.AddItem('Calendar', '../calendar.asp', '', false , '', '0', '0');
acemenu.AddItem('Ordering', '../page.asp?32', '', false , '', '0', '0');
acemenu.AddItem('Testimonials', '../posts.asp', '', false , '', '0', '0');
acemenu.AddItem('Contact', '../page.asp?3', '', false , '', '0', '0');

acemenu = new ACEMenu('3');
acemenu.position = 'bottom';

acemenu.AddItem('Front Cover', '../page.asp?4', '', false , 'Angel in the Clouds - Front Cover', '0', '0');
acemenu.AddItem('Signature Page', '../page.asp?5', '', false , 'Angel in the Clouds - Signature Page', '0', '0');
acemenu.AddItem('ISBN', '../page.asp?6', '', false , 'Angel in the Clouds - ISBN', '0', '0');
acemenu.AddItem('Preface', '../page.asp?7', '', false , 'Angel in the Clouds - Preface', '0', '0');
acemenu.AddItem('Table of Contents', '../page.asp?8', '', false , 'Angel in the Clouds - Table of Contents', '0', '0');
acemenu.AddItem('Chapter 1 - The Santa Fe Trail', '../page.asp?9', '', false , 'Angel in the Clouds - Chapter 1 - The Santa Fe Trail', '0', '0');
acemenu.AddItem('Chapter 2 - Happy Times', '../page.asp?10', '', false , 'Angel in the Clouds - Chapter 2 - Happy Times', '0', '0');
acemenu.AddItem('Chapter 3 - Parents and Games', '../page.asp?11', '', false , 'Angel in the Clouds - Chapter 3 - Parents and Games', '0', '0');
acemenu.AddItem('Chapter 4 - Different Life', '../page.asp?12', '', false , 'Angel in the Clouds - Chapter 4 - Different Life', '0', '0');
acemenu.AddItem('Chapter 5 - Arlene and Carol', '../page.asp?13', '', false , 'Angel in the Clouds - Chapter 5 - Arlene and Carol', '0', '0');
acemenu.AddItem('Chapter 6 - Aunt Carrie', '../page.asp?14', '', false , 'Angel in the Clouds - Chapter 6 - Aunt Carrie', '0', '0');
acemenu.AddItem('Chapter 7 - Elections, Drought and Chores', '../page.asp?15', '', false , 'Angel in the Clouds - Chapter 7 - Elections, Drought and Chores', '0', '0');
acemenu.AddItem('Chapter 8 - Coming Out', '../page.asp?16', '', false , 'Angel in the Clouds - Chapter 8 - Coming Out', '0', '0');
acemenu.AddItem('Chapter 9 - Enter Mildred', '../page.asp?17', '', false , 'Angel in the Clouds - Chapter 9 - Enter Mildred', '0', '0');
acemenu.AddItem('Chapter 10 - College Days', '../page.asp?18', '', false , 'Angel in the Clouds - Chapter 18 - College Days', '0', '0');
acemenu.AddItem('Chapter 11 - Carol\'s Marriage', '../page.asp?19', '', false , 'Angel in the Clouds - Chapter 11 - Carol\'s Marriage', '0', '0');
acemenu.AddItem('Chapter 12 - Auburn', '../page.asp?20', '', false , 'Angel in the Clouds - Chapter 12 - Auburn', '0', '0');
acemenu.AddItem('Chapter 13 - Canada', '../page.asp?21', '', false , 'Angel in the Clouds - Chapter 13 - Canada', '0', '0');
acemenu.AddItem('Chapter 14 - Home Again', '../page.asp?22', '', false , 'Angel in the Clouds - Chapter 14 - Home Again', '0', '0');
acemenu.AddItem('Chapter 15 - Restless Times', '../page.asp?23', '', false , 'Angel in the Clouds - Chapter 15 - Restless Times', '0', '0');
acemenu.AddItem('Chapter 16 - Arkansas', '../page.asp?24', '', false , 'Angel in the Clouds - Chapter 16 - Arkansas', '0', '0');
acemenu.AddItem('Chapter 17 - Teaching School', '../page.asp?25', '', false , 'Angel in the Clouds - Chapter 17 - Teaching School', '0', '0');
acemenu.AddItem('Chapter 18 - Wild Travels - Libya', '../page.asp?26', '', false , 'Angel in the Clouds - Chapter 18 - Wild Travels - Libya', '0', '0');
acemenu.AddItem('Chapter 20 - Sri Lanka', '../page.asp?28', '', false , 'Angel in the Clouds - Chapter 20 - Sri Lanka', '0', '0');
acemenu.AddItem('Chapter 21 - Back to Kansas', '../page.asp?29', '', false , 'Angel in the Clouds - Chapter 21 - Back to Kansas', '0', '0');
acemenu.AddItem('Chapter 22 - Pakistan', '../page.asp?30', '', false , 'Angel in the Clouds - Chapter 22 - Pakistan', '0', '0');
acemenu.AddItem('Back Cover', '../page.asp?31', '', false , 'Angel in the Clouds - Back Cover', '0', '0');



