// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hspacing = 0;
ace_state.hbgcolor = '#0000CC';
ace_state.hftcolor = 'red';
ace_state.nbgcolor = '#FFA500';
ace_state.nftcolor = '#2D337D';
ace_state.fontFamily = 'Arial';
//ace_state.fontSize = '11pt';
ace_state.fontSize = '12px';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.textalign = 'left';
ace_state.cellpadding = 0;
ace_state.cellspacing = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('Home', 'http://disabledsportseasternsierra.org/index.html', '', false , '');
acemenu.AddItem('About Us', 'http://disabledsportseasternsierra.org/about_us.html', '', false , 'Who we are and what we do');
acemenu.AddItem('Programs', 'http://disabledsportseasternsierra.org/programs.html', '', false , 'Details about our student programs');
acemenu.AddItem('Pictures', 'http://s652.photobucket.com/home/dses_photos/index', '', false , 'Students, volunteers, and staff have been busy having fun in the Eastern Sierra and want to share our experiences with you through pictures');
acemenu.AddItem('Calendar', 'http://calendar.disabledsportseasternsierra.org/', '', false , 'Events and Training Calendar with details and contact information');
acemenu.AddItem('Donate', 'http://disabledsportseasternsierra.org/donate.html', '', false , 'Examine the many ways you can support DSES');
acemenu.AddItem('Volunteers', 'http://disabledsportseasternsierra.org/volunteers.html', '', false , 'Volunteers make it all happen. Information about how to be a volunteer');
acemenu.AddItem('News & Events ', 'http://disabledsportseasternsierra.org/news.html', '', false , 'Stories and Information about what is going on at DSES');
acemenu.AddItem('Contact Us', 'http://disabledsportseasternsierra.org/contact_us.html', '', false , 'How to contact us');
acemenu.AddItem('Links', 'http://disabledsportseasternsierra.org/links.html', '', false , 'Links to useful information');
acemenu.AddItem('Site Map', 'http://disabledsportseasternsierra.org/sitemap.html', '', false , 'Shows all the parts of this website');

