/* Milonic DHTML Website Navigation Menu - Version 3.x Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved. Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information. The Free use of this menu is only available to Non-Profit, Educational & Personal web sites. Commercial and Corporate licenses are available for use on all other web sites & Intranets. All Copyright notices MUST remain in place at ALL times and, please keep us informed of your intentions to use the menu and send us your URL. 
*/



// The following line is critical for menu operation, and must appear only once.
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

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


effect = "Fade(duration=0.6);Shadow(color='#FFFFFF',Alpha(style=0,opacity=100,Direction=135, Strength=0);" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=10;		// Sub menu offset Top position 
suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000099",				// Mouse Off Font Color
"ffffff",				// Mouse Off Background Color
"003366",				// Mouse On Font Color
"D3E7E7",				// Mouse On Background Color
"6699cc",					// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",					// Font Weight (bold or normal)
"Verdana, Arial, Helvetica, sans-serif",		// Font Name
4,						// Menu Item Padding
"",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"",				// 3D High Color
"f3f3f3",				// 3D Low Color
"008400",				// Current Page Item Font Color (leave this blank to disable)
"ffffff",					// Current Page Item Background Color (leave this blank to disable)
"arrowdn.gif",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
236,					// Menu Top - The Top position of the menu in pixels
8,				// Menu Left - The Left position of the menu in pixels
145,					// Menu Width - Menus width in pixels
0,					// Menu Border Width 
"",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
1,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,					// Position of TOP sub image left:center:right
,					// ..Now Obsolete..
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use
,"Patricia Hecht, MFT","http://www.hechtfamilytherapy.com/therapist-patricia-hecht.htm",,"",1
,"Therapy Services","http://www.hechtfamilytherapy.com/services.htm",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Problems & Disorders","http://www.hechtfamilytherapy.com/problems-disorders.htm",,"",1

,"F.A.Q.","http://www.hechtfamilytherapy.com/faq.htm",,"",1
,"Topics & News","http://www.hechtfamilytherapy.com/topics-news.htm",,"",1
,"Internet Resources","http://www.hechtfamilytherapy.com/resources.htm",,"",1
,"Office Information","show-menu=office",,"",1
,"<b>Contact Us</b>","http://www.hechtfamilytherapy.com/contact.htm",,"",1
,"Home","http://www.hechtfamilytherapy.com",,"",1


])
	
		addmenu(menu=["problems",
		,,140,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Problem-Disorder","#.htm",,,1
		,"Problem-Disorder","#.htm",,,1
		,"Problem-Disorder","#.htm",,,1
		,"Problem-Disorder","#.htm",,,1
		])
		
		addmenu(menu=["services",
		,,110,1,"",style1,,"left",effect,,,,,,,,,,,,
		,"Services","services.htm",,,1
		,"F.A.Q.","faq.htm",,,1
		])

	addmenu(menu=["admissions",
	,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Admission to the Center","admissions.htm",,,1
	,"Travel Assistance","travel-assist.htm",,,1
	])
	
	addmenu(menu=["center",,,145,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Activities","activities.htm",,,1
	,"Our Director","director.htm",,,1
	,"The Facility","facility.htm",,,1
	,"Referring Professionals","refer.htm",,,1
	])
	
	addmenu(menu=["office",,,140,1,,style1,0,"left",effect,0,,,,,,,,,,,
	,"Office Policies & Information","http://www.hechtfamilytherapy.com/policies.htm",,,1
	,"Disclaimer","http://www.hechtfamilytherapy.com/disclaimer.htm",,,1
	,"Site Privacy","http://www.hechtfamilytherapy.com/privacy.htm",,,1
	,"Contact Us","http://www.hechtfamilytherapy.com/contact.htm",,,1
	])
	
	

dumpmenus()