function populate(o) 
{
  d=document.getElementById('de');
  if(!d){return;}                 
  var mitems=new Array();
  
  
  mitems['Choose']=[''];
  mitems['Adoptions and Maternity Services']=['--Select Service--','Adoption','Maternity','Foster Care-Regular','Foster Care-Special'];
  mitems['Counseling and Mental Health']=['--Select Service--','Community-Based Counseling Programs','Mental Health Group Homes','Project Impact','Psychosocial Rehab, Ayuda Latina','MH Outaptient Counseling'];
  mitems['Community Child Care']=['--Select Service--','Child Care','Head Start'];
  mitems['Community Services for Seniors']=['--Select Service--','Alzheimers - All Services','Adult Day Care','Adult Day Care for Alzheimers Patients','Case Management and Elder Abuse','Home Care','Hospice','Respite Care for Caregivers','Intergenerational Services'];
  mitems['Developmental Disabilities Services']=['--Select Service--','Developmental Disabilities Services Overview','Group Homes for Adults with Prader-Willi Syndrome','Group Homes for Adults','Shady Oaks Intermediate-Care Residential Program','CILA Group Homes for Adults with DD','Intermittent CILA Program for Adults with DD','Respite Services for Caregivers'];
  mitems['Family-Centered Services']=['--Select Service--','Youth-Centered Counseling, Crisis Intervention, Case Mgmt, Diversion Programs, Intact, Parent Support','Residential Programs for Adolescents','Nachusa','FCS2 Crisis Intervention'];
  mitems['Foster Care Services']=['--Select Service--','Foster Care-Regular','Foster Care-Special','Transitional Housing'];
  mitems['Prisoner and Family Ministries']=['--Select Service--','Connections','Story Book','PFM Overview, Thursday and Justice Education','Building Homes: Rebuilding Lives'];
  mitems['Residential Programs for Youths']=['--Select Service--','CILA Group Homes for Adults with Developmental Disabilities','Transitional Housing','Residental Programs for Adolescents','Nachusa'];
  mitems['Retirement Communities']=['--Select Service--','Home Care','Rehab','Skilled Nursing','P.A. Peterson','Market Rate Retirement Community'];
  mitems['Senior Community Services']=['--Select Service--','ADC','ADC Part2','Case Management/Elder Abuse','Home Care','Respite Care for Caregivers','Hospice','Intergenerational, Legacy Corp'];
  mitems['Senior Housing Services']=['--Select Service--','Housing Site Pages'];
  mitems['Senior Nursing Services']=['--Select Service--','Respite Care for Caregivers','Hospice','St. Matthew Center for Health','Rehab','Skilled Nursing','Alzheimers and Dementia and Respite','P.A. Peterson'];
  mitems['Substance Abuse Treatment']=['--Select Service--','Outpatient','Detox','HIV Early Intervention/Project Safe','Residential'];



  d.options.length=0;
  cur=mitems[o.options[o.selectedIndex].value];
  if(!cur)
  {
  	return;
  }
  d.options.length=cur.length;
  for(var i=0;i<cur.length;i++) 
  {
    d.options[i].text=cur[i];
    d.options[i].value=cur[i];
  }
}

function goTo(obj)
{
	var locItems = new Array();
	
	locItems[ 'Adoption' ] = "index.html";
	locItems['Maternity'] = "index.html";
	locItems[ 'Foster Care-Regular' ] = "index.html";
	locItems[ 'Foster Care-Special' ] = "index.html";
	
	locItems[ 'Community-Based Counseling Programs' ] = "index.html";
	locItems[ 'Mental Health Group Homes' ] = "index.html";
	locItems[ 'Project Impact' ] = "index.html";
	locItems[ 'Psychosocial Rehab, Ayuda Latina' ] = "index.html";
	locItems[ 'MH Outaptient Counseling' ] = "index.html";
	
    locItems['Child Care'] = "index.html";
    locItems['Head Start'] = "index.html";
	
	locItems['Alzheimers - All Services'] = "index.html";
	locItems['Adult Day Care'] = "index.html";
	locItems['Adult Day Care for Alzheimers Patients'] = "index.html";
	locItems['Case Management and Elder Abuse'] = "index.html";	
	locItems['Home Care'] = "index.html";
	locItems['Hospice'] = "index.html";
	locItems['Respite Care for Caregivers'] = "index.html";	
	locItems['Intergenerational Services'] = "index.html";	
	
	locItems['Developmental Disabilities Services Overview'] = "index.html";	
	locItems['Group Homes for Adults with Prader-Willi Syndrome'] = "index.html";		
	locItems['Group Homes for Adults'] = "index.html";		
	locItems['Shady Oaks Intermediate-Care Residential Program'] = "service_ShadyOaksResidentialPrograms.html";		
	locItems['CILA Group Homes for Adults with DD'] = "index.html";		
	locItems['Intermittent CILA Program for Adults with DD'] = "index.html";		
	locItems['Respite Services for Caregivers'] = "index.html";		
	
	locItems['FCSI, Intact, Parent Support','Residential Programs for Adolescents'] = "index.html";		
	locItems['Nachusa'] = "index.html";			
	locItems['FCS2 Crisis Intervention'] = "index.html";		

	locItems['Foster Care-Regular'] = "index.html";		
	locItems['Foster Care-Special'] = "index.html";		
	locItems['Transitional Housing'] = "index.html";		

	locItems['Connections'] = "index.html";		
	locItems['Story Book'] = "index.html";		
	locItems['PFM Overview, Thursday and Justice Education'] = "index.html";		
	locItems['Building Homes: Rebuilding Lives'] = "index.html";			
	
	
	locItems['CILA Group Homes for Adults with Developmental Disabilities'] = "index.html";			
	locItems['Transitional Housing'] = "index.html";			
	locItems['Residental Programs for Adolescents','Nachusa'] = "index.html";				

	locItems['Home Care'] = "index.html";				
	locItems['Rehab'] = "index.html";					
	locItems['Skilled Nursing'] = "index.html";					
	locItems['P.A. Peterson'] = "index.html";				
	locItems['Market Rate Retirement Community'] = "index.html";					

	locItems['ADC'] = "index.html";				
	locItems['ADC Part2'] = "index.html";				
	locItems['Case Management/Elder Abuse'] = "index.html";				
	locItems['Home Care'] = "index.html";				
	locItems['Respite Care for Caregivers'] = "index.html";				
	locItems['Hospice'] = "index.html";				
	locItems['Intergenerational'] = "index.html";				
	locItems['Legacy Corp'] = "index.html";				

	locItems['Housing Site Pages'] = "index.html";					

	locItems['Respite Care for Caregivers'] = "index.html";						
	locItems['Hospice'] = "index.html";							
	locItems['St. Matthew Center for Health'] = "index.html";							
	locItems['Rehab'] = "index.html";							
	locItems['Skilled Nursing'] = "index.html";						
	locItems['Alzheimers and Dementia and Respite'] = "index.html";						

	locItems['Outpatient'] = "index.html";						
	locItems['Detox'] = "index.html";							
	locItems['HIV Early Intervention/Project Safe'] = "index.html";						
	locItems['Residential'] = "index.html";								
	
		
	
	curr=locItems[obj.options[obj.selectedIndex].value];
	
	window.location.href = curr;
	
}




