ace_state.columns = 1;
ace_state.hbgcolor = '#E0E0E0';
ace_state.hftcolor = '#996600';
ace_state.nbgcolor = '#000042';
ace_state.nftcolor = 'fushia';
ace_state.hspacing = 20;
ace_state.menuoffset = 0;
ace_state.closedelay = 500;
ace_state.position = 'right';
ace_state.bgimage = 'http://dhhs.nv.gov/images/leftnav_bg.gif';
ace_state.fontFamily = 'Tahoma';
ace_state.fontSize = '8pt';
 
acemenu = new ACEMenu('0');
acemenu.columns = 1;
acemenu.hftcolor = '#996600';
acemenu.nftcolor = '#003366';
acemenu.position = 'bottom';
acemenu.fshadow = '#000042';
acemenu.staticX = 200;
acemenu.fontFamily = 'Tahoma';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'none';
acemenu.fontWeight = 'none';
acemenu.position = 'bottom';
acemenu.arrowimage = ' images/arrow_brown_r.gif';  
acemenu.position = 'right';
acemenu.AddItem('DCFS Home', 'index.htm ', '', false);
acemenu.AddItem('Guide - Table of Contents', 'DCFS_Adoption.htm#Guide', '', false);
acemenu.AddItem('...Adoption Nevada', 'DCFS_Guide_AdoptionInNv.htm', '', false);
acemenu.AddItem('...FAQs', 'DCFS_Guide_FAQ.htm', '', false);
acemenu.AddItem('...Special Needs Children', 'DCFS_Guide_SpecialNeeds.htm', '', false);
acemenu.AddItem('...Adoption Assistance Program', 'DCFS_Guide_AdoptionAssistanceProg.htm', '', false);
acemenu.AddItem('...Adoption Exchanges', 'DCFS_Guide_AdoptionExchanges.htm', '', false);
acemenu.AddItem('...Infant Adoptions', 'DCFS_Guide_InfantAdoptions.htm', '', false);
acemenu.AddItem('...Interstate Adoption', 'DCFS_Guide_InterstateAdoption.htm', '', false);
acemenu.AddItem('...International/Inter-country', 'DCFS_Guide_InternationalAdoption.htm', '', false);
acemenu.AddItem('...Fees for Adoption', 'DCFS_Guide_FeesAdoption.htm', '', false);
acemenu.AddItem('...Birth Parents', 'DCFS_Guide_BirthParents.htm', '', false);
acemenu.AddItem('...Post Adoption Services', 'DCFS_Guide_PostAdoption.htm', '', false);
acemenu.AddItem('...Adoption Reunion Registry', 'DCFS_Guide_ReunionRegistry.htm', '', false);
acemenu.AddItem('...Soundex Registry', 'DCFS_Guide_InternationalSoundexRegistry.htm', '', false);
acemenu.AddItem('...Offices', 'DCFS_Guide_Offices.htm', '', false);
acemenu.AddItem('...Child Placing Agencies', 'DCFS_Guide_ChildPlacingAgencies.htm', '', false);
acemenu.AddItem('...Adoption Support Info', 'DCFS_Guide_AdoptionSupport.htm', '', false);
acemenu.AddItem('...Suggested Books & Videos', 'DCFS_Guide_ReadingsVideos.htm', '', false);
acemenu.AddItem('...Glossary of Terms', 'DCFS_Guide_Glossary.htm', '', false);
acemenu.menuborder = '1px solid #996600';

