/*
 DHTML Menu version 3.3.19
 Written by Andy Woolley
 Copyright 2002 (c) Milonic Solutions. All Rights Reserved.
 Plase vist http://www.milonic.co.uk/menu or e-mail menu3@milonic.com
 You may use this menu on your web site free of charge as long as you place prominent links to http://www.milonic.co.uk/menu and
 your inform us of your intentions with your URL AND ALL copyright notices remain in place in all files including your home page
 Comercial support contracts are available on request if you cannot comply with the above rules.
 This script featured on Dynamic Drive (http://www.dynamicdrive.com)
 */

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.





// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				
followspeed=5			
followrate=40			
suboffset_top=10;		
suboffset_left=10;		

style1=[				
"006600",					
"c0c0c0",				
"c0c0c0",				
"006600",				
"000000",				
10,						
"normal",				
"bold",					
"Verdana, Arial",		
4,						
"arrow.gif",			
,						
"66ffff",				
"000099",				
,				
,					
"arrowdn.gif",			
,				
,				
]



addmenu(menu=[		
"mainmenu",			
71,					
"offset=-25",				
,					
1,					
"center",					
style1,				
1,					
"left",				
effect,				
,					
1, 					
,					
,					
,					
,					
,					
,					
,					
,
,					
,"Home&nbsp;&nbsp;&nbsp;&nbsp;","index1.htm",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"About&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about",,"About SRHAC",1

,"Programs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=programs",,"SRHAC Programs",1

,"Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","contact_srhac.htm",,"Contact Us",1

,"Links&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","links_page.htm",,"Links Page",1
])

	addmenu(menu=["about",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Experience with Homelessness","experience_with_homelessness.htm","Experience with Homelessness",,1
	,"History of SRHAC","history_of_srhac.htm","History of SRHAC",,1
	,"Our Mission","our_mission.htm","Our Mission",,1
	])
	
		
	
	addmenu(menu=["programs",
	,,120,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Programs of SRHAC","show-menu=programlist",,,1
	])
	
		addmenu(menu=["programlist",
		,,170,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"SRO Outreach","programs_of_srhac.htm",,,1
		,"Supportive Housing Program","programs_of_srhac.htm",,,1
		,"Guide for Housing Providers","guide_for_housing_providers.htm",,,1
		])


dumpmenus()






