// 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 = '#5499C2';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#408AB5';
ace_state.nftcolor = '#85B6D3';
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.menuborder = '1px #5298C2 solid';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#5298C2';
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.isAbsolute = true;
acemenu.staticX = 20;
acemenu.staticY = 280;

acemenu.AddItem('Animal Communication', '../animal_communications.html', '', false , 'Animal Communication with Joan Ranquet', '0', '0');
acemenu.AddItem('About Joan', '../about.html', '', false , '', '0', '0');
acemenu.AddItem('Schedule of Events', '../events.html', '', false , 'Animal Communication Workshops with Joan Ranquet', '0', '0');
acemenu.AddItem('Store', 'store.html', '', false , 'Animal Communication Store', '0', '0');
acemenu.AddItem('Contact', '../contact.html', '', false , 'Contact Animal Communicator Joan Ranquet', '0', '0');
acemenu.AddItem('Subscribe', '../subscribe.html', '', false , 'Animal Communication with Joan Ranquet', '0', '0');
acemenu.AddItem('Home', '../index.html', '', false , '', '0', '0');


