// 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 = 20;
ace_state.hbgcolor = '#FFFFFF';
ace_state.hftcolor = '#663399';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#663399';
ace_state.bgimage = 'http://www.thecathouse.org/images/site/buttons/navback.gif';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.itemborder = '0px #9999FF solid';
ace_state.menuborder = '1px #9999FF solid';
ace_state.cellpadding = 1;
ace_state.cellspacing = 0;
ace_state.htmlBefore = '&nbsp;&nbsp;&nbsp;&nbsp;';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.position = 'bottom';
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Home', 'http://www.thecathouse.org/', '', false , '');
acemenu.AddItem('Meet the Cats', 'http://www.thecathouse.org/meetcats/index.php', '', true , '');
acemenu.AddItem('Volunteer', 'http://www.thecathouse.org/volunteer/index.php', '', true , '');
acemenu.AddItem('Newsletters', 'http://www.thecathouse.org/newsletters/', '', false , '');
acemenu.AddItem('What\'s here?', 'http://www.thecathouse.org/CD/', '_blank', false , '');
acemenu.AddItem('Store', 'http://www.cafepress.com/thecathouse', '_blank', false , '');
acemenu.AddItem('About Us', 'http://www.thecathouse.org/about/', '', false , '');
acemenu.AddItem('Links', 'http://www.thecathouse.org/links/', '', false , '');

acemenu = new ACEMenu('2');
acemenu.position = 'bottom';
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Available', 'http://www.thecathouse.org/meetcats/available.php', '', true , '');
acemenu.AddItem('Adopted', 'http://www.thecathouse.org/meetcats/adopted/index.php', '', true , '');
acemenu.AddItem('Tribute', 'http://www.thecathouse.org/meetcats/tribute/index.php', '', false , '');
acemenu.AddItem('Come Visit Us', 'http://www.thecathouse.org/newsletters/news.php', '', false , '');
acemenu.AddItem('Adoption Form', 'http://www.thecathouse.org/adoption/index.php', '', false , '');

acemenu = new ACEMenu('2i1');
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Meet our cats', 'http://www.thecathouse.org/meetcats/current.php', '', false , '');
acemenu.AddItem('Special needs', 'http://www.thecathouse.org/meetcats/special/index.php', '', false , '');
acemenu.AddItem('Special Homes', 'http://www.thecathouse.org/meetcats/specialhomes/index.php', '', false , 'Cats who need special homes');
acemenu.AddItem('Private Adoptions', 'http://www.thecathouse.org/meetcats/padoption/index.php', '', false , '');

acemenu = new ACEMenu('2i2');
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Cat House Adoptions', 'http://www.thecathouse.org/meetcats/adopted/adopted.php', '', false , '');
acemenu.AddItem('Special Needs Adopted', 'http://www.thecathouse.org/meetcats/adopted/specialadopted.php', '', false , '');

acemenu = new ACEMenu('3');
acemenu.position = 'bottom';
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Volunteer Application', 'http://www.thecathouse.org/volunteer/volunteerapp.php', '', false , '');


