// Title: Horizontal Menu (Relative)
// 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 = 4;
ace_state.hbgcolor = '#0000A0';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#FFFF80';
ace_state.fontFamily = 'Verdana';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.textalign = 'center';
ace_state.cellpadding = 2;
ace_state.cellspacing = 3;
ace_state.layerpadding = 2;
ace_state.divider = '|';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('Mission', 'http://www.grantspasstownecenter.org/mission.php', '_blank', false , 'Grants Pass Towne Center Association Mission', '0', '0');
acemenu.AddItem('Membership', 'http://www.grantspasstownecenter.org/tcamembers.php', '', true , 'Information regarding membership in the Grants Pass Towne Center Association', '0', '0');
acemenu.AddItem('Calendar and Events', 'http://www.grantspasstownecenter.org/calendar.php', '', true , 'TCA Calendar and links to community information', '0', '0');
acemenu.AddItem('FAQs', 'http://www.grantspasstownecenter.org/faqList.php', '', false , 'Frequently Asked Questions', '0', '0');
acemenu.AddItem('Testimonials', 'http://www.grantspasstownecenter.org/testimonials.php', '', false , '', '0', '0');
acemenu.AddItem('Contact', 'http://www.grantspasstownecenter.org/contact.php', '', false , 'how to contact the TCA', '0', '0');
acemenu.AddItem('Search', 'http://www.grantspasstownecenter.org/search.php', '', false , '', '0', '0');
acemenu.AddItem('Home', 'http://www.grantspasstownecenter.org/', '', false , 'Takes your browser to the TCA Home Page', '0', '0');

acemenu = new ACEMenu('2');
acemenu.itemborder = '1px #FFFFFF solid';
acemenu.menuborder = '1px #000000 solid';
acemenu.fblinds = 'left';

acemenu.AddItem('Member Benefits', 'http://www.grantspasstownecenter.org/tcamemberbenefits.php', '', false , 'TCA Membership has terrific benefits', '0', '0');
acemenu.AddItem('Testimonials', 'http://www.grantspasstownecenter.org/testimonials.php', '', false , 'testimonials of members and community', '0', '0');
acemenu.AddItem('Current Members', 'http://www.grantspasstownecenter.org/tcamembers.php', '', false , 'TCA Member Businesses that support your community', '0', '0');
acemenu.AddItem('Current Board', 'http://www.grantspasstownecenter.org/tcaboard.php', '', false , 'Information on your current TCA Board Members', '0', '0');
acemenu.AddItem('Newsletter', 'newsandpress.shtml', '', false , 'Newsletter and archive', '0', '0');
acemenu.AddItem('Download Adobe Reader FREE', 'http://get.adobe.com/reader/?promoid=BUIGO', '_blank', false , '', '0', '0');

acemenu = new ACEMenu('3');
acemenu.itemborder = '1px #FFFFFF solid';
acemenu.menuborder = '1px #000000 solid';

acemenu.AddItem('TCA Yearly Events Calendar', 'http://www.grantspasstownecenter.org/calendar.php', '', false , 'All the scheduled TCA events', '0', '0');
acemenu.AddItem('Other Community Links', 'http://www.grantspasstownecenter.org/resources.php', '', false , 'other Grants Pass community sites and businesses', '0', '0');


