// ggan 07/18/02
// Milonic DHTML Menu
// Please note that major changes to this file have been made and is not compatible with earlier versions..
//
// You no longer need to number your menus as in previous versions. 
// The new menu structure allows you to name the menu instead. This means that you can remove menus and not break the system.
// The structure should also be much easier to modify, add & remove menus and menu items.
// 
// If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.
//
// Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.


// 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. The above also needs to be enabled if it not already enabled


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=500					// The time delay for menus to remain visible on mouse off
followspeed=5				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40				// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=6;			// Sub menu offset Top position 
suboffset_left=12;			// Sub menu offset Left position

// 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)"
//	effect = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=5)"
//}
//else
//{
//	effect = "Shadow(color='#777777', Direction=135, Strength=5);"
//}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.1);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=2)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=2)"
}
// GGAN 06/27/02
// mang 12/24/03 Removed variable background color and optional mini menu.

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.
"FFD700",			// Mouse Off Font Color
"2674e0",			// Mouse Off Background Color
"eeeeee",			// Mouse On Font Color
"aaaaaa",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",			// Font Weight (bold or normal)
"Tahoma, Arial, Helvetica, sans-serif;",	// Font Name
2,					// Menu Item Padding
"/images/menu/arrow_black.gif",	// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,					// Referer Item Font Color (leave this blank to disable)
,					// Referer Item Background Color (leave this blank to disable)
,					// Top Bar image (Leave this blank to disable)
"000000",			// Menu Header Font Color (Leave blank if headers are not needed)
"FFD700",			// Menu Header Background Color (Leave blank if headers are not needed)
"navy"				// Menu Item Separator Color			// Menu Item Separator Color
]

//effect2 = "Alpha( style=0,opacity=65)"
//effect=""

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
96,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
161,				// Menu Width - Menus width in pixels
1,					// 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
,					// Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
0, 					// 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
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<strong>Dominguez Watershed</strong>","show-menu=DCLAH",,"Open Dominguez Watershed submenu",1
,"DWAC","show-menu=DWAC",,"Open DWAC submenu",0
,"Master Plan","show-menu=DWMasterPlan",,"Open Master Plan submenu",0
,"Photos","show-menu=DWPhotos",,"Open Dominguez Watershed Photos submenu",1
,"<img border=0 src=/wmd/watershed/dc/DC_logo.gif>","/wmd/watershed/dc/DWAC/",,"/wmd/watershed/dc/DWAC/",1
,"Watershed Home","/wmd/",,"/wmd/",0
])

	// Dominguez Watershed/DCLAH/
	addmenu(menu=["DCLAH",,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<strong>Dominguez Watershed</strong>","/wmd/watershed/dc/",,"/wmd/watershed/dc/",1
	,"History","/wmd/watershed/dc/history.cfm",,"/wmd/watershed/dc/history.cfm",0
	,"Current Conditions","/wmd/watershed/dc/current_cond.cfm",,"/wmd/watershed/dc/current_cond.cfm",0
	,"Future Growth","/wmd/watershed/dc/exp_growth.cfm",,"/wmd/watershed/dc/exp_growth.cfm",0
	])

	// Dominguez Watershed/DWAC/
	addmenu(menu=["DWAC",,,150,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<strong>DWAC</strong>","/wmd/watershed/dc/DWAC/",,"/wmd/watershed/dc/DWAC/",1
	,"Information","/wmd/watershed/dc/DWAC/dwac.cfm",,"/wmd/watershed/dc/DWAC/dwac.cfm",0
	,"Minutes and Agendas","/wmd/watershed/dc/DWAC/minutes_agendas.cfm",,"/wmd/watershed/dc/DWAC/minutes_agendas.cfm",0
	,"Stakeholders","/wmd/watershed/dc/DWAC/stakeholders.cfm",,"/wmd/watershed/dc/DWAC/stakeholders.cfm",0
	//,"Calendar","/wmd/events/calendar.pdf",,"/wmd/events/calendar.pdf",0
	,"Public Outreach","/wmd/watershed/dc/DWAC/dwmmp.cfm",,"/wmd/watershed/dc/DWAC/dwmmp.cfm",0
	,"Presentations","/wmd/watershed/dc/DWAC/presentations.cfm",,"/wmd/watershed/dc/DWAC/presentations.cfm",0
	,"Charter","/wmd/watershed/dc/DWAC/charter.pdf",,"/wmd/watershed/dc/DWAC/charter.pdf",0
	])

	// Dominguez Watershed/DW Master Plan/
	addmenu(menu=["DWMasterPlan",,,270,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"<STRONG>Dominguez Watershed Master Plan</STRONG>","# type=header; align=center;",,"Dominguez Watershed Master Plan",1
	,"The Dominguez Master Plan","/wmd/watershed/dc/DCMP/masterplan.cfm",,"/wmd/watershed/dc/DCMP/masterplan.cfm",0
	,"Summary","/wmd/watershed/dc/DCMP/summary.cfm",,"/wmd/watershed/dc/DCMP/summary.cfm",0
	//,"Questionnaires","/wmd/watershed/dc/DCMP/questionnaires.cfm",,"/wmd/watershed/dc/DCMP/questionnaires.cfm",0
	,"Intended Uses","/wmd/watershed/dc/DCMP/uses.cfm",,"/wmd/watershed/dc/DCMP/uses.cfm",0
	//,"Issues","",,"Issues",0
	])
		
	// Dominguez Watershed/DW Photos/
	addmenu(menu=["DWPhotos",,,350,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Virtual Tour of the Dominguez Watershed","/wmd/watershed/dc/photos/watershed.cfm",,"/wmd/watershed/dc/photos/watershed.cfm",0
	,"Virtual Tour of Channel","/wmd/watershed/dc/photos/channel.cfm",,"/wmd/watershed/dc/photos/channel.cfm",0
	,"Virtual Tour of the Los Angeles and Long Beach Harbors","/wmd/watershed/dc/photos/harbor.cfm",,"/wmd/watershed/dc/photos/harbor.cfm",0
	])
				
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
