// 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 = '#B5404F';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#6F6F6F';
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 #C4C9BA solid';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#4F4F4F';
ace_state.cellpadding = 0;
ace_state.cellspacing = 1;
ace_state.layerpadding = 0;
ace_state.htmlAfter = '&nbsp;';
ace_state.htmlBefore = '&nbsp;';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.isAbsolute = true;
acemenu.staticX = 204;
acemenu.staticY = 136;

acemenu.AddItem('Home', '../index.html', '', false , '', '0', '0');
acemenu.AddItem('About Joan', '../about.html', '', false , 'Read about Animal Communicator Joan Ranquet', '0', '0');
acemenu.AddItem('Store', '../store.html', '', false , 'Animal Communication Store', '0', '0');
acemenu.AddItem('Events', '../events.html', '', false , '', '0', '0');
acemenu.AddItem('Reading Pricing', '../readingprice.html', '', false , 'Animal Communication Readings/Workshops', '0', '0');
acemenu.AddItem('Animal News', '../animalnews.html', '', false , 'Animal Communication Animal News', '0', '0');
acemenu.AddItem('Press/Media', '../press_media.html', '', false , 'Joan Ranquet Press/Media', '0', '0');
acemenu.AddItem('Subscribe', '../subscribe.html', '', false , '', '0', '0');
acemenu.AddItem('Joan\'s Blog', 'http://joanranquet.wordpress.com/', '', false , '', '0', '0');
acemenu.AddItem('Contact', '../contact.html', '', false , '', '0', '0');


