// Title: Horizontal Menu (Relative)
// Description: Top Menu for DHCFP web site
// Web Folder: \Scripts
// Web URL: https://nevadacheckup.nv.gov/
// Absolute Path: False

// 'ace_state' items are global value for ALL menus - These can be over-ridden by 'acemenu' items
ace_state.columns = 1;
ace_state.position = 'right';					// Determines the position of the 2nd level menu [right, left, bottom, top]
ace_state.closedelay = 500;
ace_state.hspacing = 20;						// Put some spacing between menu items
ace_state.hbgcolor = '#C0C0C0';					// Roll-over color of hightlight around text
ace_state.hftcolor = '#996600';					// Color of text after roll-over
ace_state.nbgcolor = '#E8E8E8';					// Starting highlight color around text
ace_state.nftcolor = '#003366';					// Starting color of text

ace_state.fontFamily = 'Tahoma';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;
ace_state.menuborder = '1px solid #996600';		// Sets a border around the menu
ace_state.fshadow = '#FFFFFF';					// Leaves a shadow around the last item clicked on

acemenu = new ACEMenu('0');
acemenu.columns = 10;
acemenu.arrowimage = '/images/global/arrow_brown_d.gif';
acemenu.position = 'bottom';

acemenu.AddItem('Nevada Department of Health and Human Services', 'http://dhhs.nv.gov/', '', false , '');
acemenu.AddItem('DHCFP Home', 'http://dhcfp.nv.gov/', '', false , '');
acemenu.AddItem('Nevada Check Up', 'https://nevadacheckup.nv.gov/', '', false , '');
acemenu.AddItem('Contact Us', '', '', true , '');

acemenu = new ACEMenu('4');
acemenu.position = 'bottom';

acemenu.AddItem('Email Us', 'ContactUs.asp', '', false , '');
acemenu.AddItem('Envíenos un correo electrónico', 'ContactUsSpanish.asp', '', false , '');
acemenu.AddItem('Directions', 'locate.htm', '', false , '');

