// 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
160,		    // 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
,
,,,,
,
"Distribution Home",projectname + "/distribution/index.htm",,,1,
"Catalog","show-menu=Catalog",,,1,
"Guidance Materials","show-menu=Guidance",,,1,
"Certification Materials",projectname + "/distribution/certification.htm",,,1,
"Examination Program Materials","show-menu=Examination",,,1, 
"Military Evaluation and Servicemembers Opportunity College Materials",projectname + "/distribution/evals.htm",,,1,
"Distance Learning Materials",projectname + "/distribution/distance.htm",,,1,
"Reference Publications Materials","show-menu=Reference",,,1,
"Audiovisual Training Aids",projectname + "/distribution/audio.htm",,,1,
"Guard and Reserve Materials",projectname + "/distribution/guard.htm",,,1,
"Suppliers and Products",projectname + "/distribution/suppliers.htm",,,1,
"DANTES Home",projectname + "/DANTESHome.asp",,,1


])

	addmenu(menu=["Catalog",
	,,250,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"Indexed by Programs",projectname + "/distribution/catindex.htm",,,1,
	"Indexed by Product Number",projectname + "/distribution/numindex.htm",,,1,
	"Indexed Alphabetically",projectname + "/distribution/alphaindex.asp",,,1
	])

	addmenu(menu=["Guidance",
	,,250,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"DANTES Guidance Materials Handbook",projectname + "/distribution/guide1.htm#DEPH",,,1,
	"DANTES College Career Handbook",projectname + "/distribution/guide1.htm#CCWB",,,1,
	"Career Assessment Inventory",projectname + "/distribution/guide2.htm",,,1,
	"The Holland Self-Directed Search (SDS)",projectname + "/distribution/guide3.htm",,,1,
	"The Strong Interest Inventory",projectname + "/distribution/guide5.htm",,,1,
	"The Myers-Briggs Type Indicator",projectname + "/distribution/guide5b.htm",,,1,
	"Campbell Interests and Skills Survey (CISS)",projectname + "/distribution/guide6.htm",,,1,
	"DANTES Guidance Assessments (brochure)",projectname + "/distribution/guide1.htm#GTA",,,1

	])
	
    addmenu(menu=["Examination",
	,,200,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"DANTES Publications and Forms","exam1.htm",,,1,
	"GED Materials",projectname + "/distribution/exam2.htm",,,1,
	"Marketing Materials",projectname + "/distribution/exam3.htm",,,1
	])
	
	addmenu(menu=["Reference",
	,,200,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"Educational References",projectname + "/distribution/refs.htm",,,1
	])




		
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file