/**

Modified

12/13/08 TS

**/

// Milonic DHTML Menu version 3.1
// please note that major changes to this file have been made.
//
// 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 to 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.
//**********************************************
// This gets the project name.
	var projectname = window.location.pathname;
	var project = projectname.split("/");
	projectname =	"/" +project[1];
//***********************************************

// 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 //
////////////////////////////////////
timegap=500
followspeed=7
followrate=50
suboffset_top=0;
suboffset_left=2;

effect = "Fade(duration=0.2);Alpha(style=0,opacity=100);Shadow(color='#777777', Direction=135, Strength=5)" 

main_property=[				// sub_property is an array of properties you can have as many property arrays as you need
"FFFFFF",					// Mouse Off Font Color
"021FFF",			        // Mouse Off Background Color
"003366",					// Mouse On Font Color
"FFCC66",				    // Mouse On Background Color
"666666",					// Border Color
10,							// Font Size
"normal",					// Font Style 
"bold",						// Font Weight
"Verdana,arial,Helvetica",	// Font
4,							// Padding
projectname +"/library/images/arrow.gif",			// Sub Menu Image (Leave blank if not needed)
1,							// 3D Border & Separator
"66ffff",					// 3D High Color
"000099",					// 3D Low Color
,							// Referer item Font Color (leave this blank to disable)
,							// Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["main",
165,		    // From Top - Don't Modify 
0,			    // left       Don't Modify
140,		    // Width      Can Be Modified
1,				// Border Width
"",				// Screen Position - here you can use "center;left;right;middle;top;bottom"
main_property,	// Properties Array - this is set higher up, as above
1,				// Always Visible - allows the menu item to be visible at all time
"",				// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
effect,			// Filter - Text variable for setting transitional effects on menu activation
,				// Follow Scrolling - Tells the menu item to follow the user down the screen
, 				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,				// Position of sub image left:center:right:middle:top:bottom
,				// Show an image on top menu bars indicating a sub menu exists below
,				// Reserved for future use
,
,,,,
,
"Organizations Home",projectname +"/organizations/index.htm",,,1, 
"ACEG","show-menu=ACEG",projectname +"/organizations/aceg/index.htm",,1,
"ACA","http://www.counseling.org/",,,1,
"ACEG Bylaws",projectname +"/library/docs/organizations/ACEG_bylaws.pdf",,,1,
"DANTES Home",projectname +"/danteshome.asp",,,1

])

	
	addmenu(menu=["ACEG",
	,,160,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"ACEG Newsletters","show-menu=ACEGNewsLetters",,,1,
	"Officers-Directors",projectname +"/organizations/aceg/Officers-Directors.htm",,,1,
	"President's Message",projectname +"/organizations/aceg/PresidentsMessage.htm",,,1,
	//"President Elect's Message",projectname +"/organizations/aceg/PresidentElectsMessage.htm",,,1,
	"Upcoming Events",projectname +"/organizations/aceg/UpcomingEvents.htm",,,1,
	"Membership and Application Information",projectname +"/library/docs/ACEG_Membership.pdf",,,1,
	"Professional Development Institute",projectname +"/organizations/aceg/PDI.htm",,,1,

	//"PDI Registration",projectname +"/library/docs/PDI_Registration.pdf",,,1,
	"Other Sites",projectname +"/organizations/aceg/OtherSites.htm",,,1
	
	])
	
	addmenu(menu=["ACEGNewsLetters",
	, , 140, 1, "", main_property, , "left", effect, , , , , , , , , , , , ,
	"December 2009", projectname + "/library/docs/20091222acegnewsletter.pdf", , , 1,
	"September 2009", projectname + "/library/docs/20090901acegnewsletter.pdf", , , 1,
	"February 2009", projectname + "/library/docs/20090220acegnewsletter.pdf", , , 1,
	"December 2008",projectname +"/library/docs/20081203aceg.pdf",,,1,
	"October 2008",projectname +"/library/docs/20081006aceg.pdf",,,1,
	"June 2008",projectname +"/library/docs/ACEG_Newsletter_june_2008.pdf",,,1,
	"February 2008",projectname +"/library/docs/ACEG_Newsletter_February_2008.pdf",,,1,
	"December 2007",projectname +"/library/docs/ACEG_Newsletter_December_2007.pdf",,,1,
	"November 2007",projectname +"/library/docs/ACEG_Newsletter_November_2007.pdf",,,1,
	"July 2007",projectname +"/library/docs/ACEG_Newsletter_July_2007.pdf",,,1
	])
	
//addmenu(menu=["ACA",
//	,,140,1,"",main_property,,"left",effect,,,,,,,,,,,,,
//	"Benefits",projectname +"/organizations/aceg/ACABenefits.htm",,,1,
//	"Demographic Survey",projectname +"/organizations/aceg/ACADemographicSurvey.htm",,,1,
//	"Membership Types",projectname +"/organizations/aceg/MembershipTypes.htm",,,1,
//	"Membership Form",projectname +"/library/docs/organizations/ACEG.doc",,,1

//	])
		
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file