ace_state.columns = 5;
ace_state.hbgcolor = '#E0E0E0';
ace_state.hftcolor = 'blue';
ace_state.nbgcolor = '#000066';
ace_state.nftcolor = 'fushia';
ace_state.hspacing = 10;
ace_state.menuoffset = 5;
ace_state.closedelay = 500;
ace_state.position = 'bottom';
ace_state.bgimage = 'images/bg.jpg';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';

acemenu = new ACEMenu('0');
acemenu.columns = 8;
acemenu.hftcolor = 'blue';
acemenu.nftcolor = '#000066';
acemenu.position = 'bottom';
acemenu.fshadow = '#000066';
acemenu.isStatic = false;
 
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'none';
acemenu.fontWeight = 'none';
acemenu.arrowimage = ' images/arrow_blue_d.gif';  
 

acemenu.AddItem('Computing Home', 'http://doit.nv.gov/TO_FACILITY.htm', '', false);
acemenu.AddItem('Overview', 'http://doit.nv.gov/TO_FACILITY.htm', '', false); 
acemenu.AddItem('General Computer Facility Information', 'http://doit.nv.gov/TO_FACILITY_GeneralInfo.htm', '', true);
acemenu.AddItem('Service Offerings', 'http://doit.nv.gov/TO_FACILITY_Services.htm', '', true);
acemenu.AddItem('Billing Rates', 'http://doit.nv.gov/Admin_FiscalServices.htm', '', false);
 
 

acemenu = new ACEMenu('3');
acemenu.columns = 1;
acemenu.hftcolor = 'blue';
acemenu.nftcolor = '#000066';
acemenu.position = 'bottom';
acemenu.fshadow = '#000066';
acemenu.menuborder = '1px solid #EBEBEB';

acemenu.arrowimage = ' images/arrow_blue_r.gif'; 


acemenu.AddItem('Operational Staffing', 'TO_FACILITY_GeneralInfo.htm#Oper  ', '', false);
acemenu.AddItem('HVAC', 'TO_FACILITY_GeneralInfo.htm#HVAC  ', '', false);
acemenu.AddItem('Electrical', 'TO_FACILITY_GeneralInfo.htm#Electrical  ', '', false);
acemenu.AddItem('Security', 'TO_FACILITY_GeneralInfo.htm#Security  ', '', false);

 acemenu = new ACEMenu('4');
acemenu.columns = 1;
acemenu.hftcolor = 'blue';
acemenu.nftcolor = '#000066';
acemenu.position = 'bottom';
acemenu.fshadow = '#000066';
acemenu.menuborder = '1px solid #EBEBEB';
acemenu.arrowimage = ' images/arrow_blue_r.gif'; 


acemenu.AddItem('Enterprise Server Application Hosting', 'TO_FACILITY_Services.htm#Enteprise  ', '', false);
acemenu.AddItem('RISC Based Server Hosting', 'http://doit.nv.gov/TO_FACILITY_Services.htm#Risc  ', '', false);
acemenu.AddItem('E-Mail Account Hosting', 'http://doit.nv.gov/TO_FACILITY_Services.htm#e-mail  ', '', false);
acemenu.AddItem('Web Application Hosting', 'http://doit.nv.gov/TO_FACILITY_Services.htm#web  ', '', false);
acemenu.AddItem('INTEL Based Server Hosting', 'http://doit.nv.gov/TO_FACILITY_Services.htm#intel  ', '', false);
acemenu.AddItem('VM/LINUX', 'http://doit.nv.gov/TO_FACILITY_Services.htm#VM  ', '', false);
acemenu.AddItem('High Speed Laser Printing ',' http://doit.nv.gov/TO_FACILITY_Services.htm#High ', '', false);

