<!--01/13/2009 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,		// Top
0,			// left
140,		    // Width
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
,
,,,,
,
"Distance Learning",projectname +"/distancelearning/index.htm",,,1, 
"High School Diploma Programs",projectname +"/distancelearning/hs.htm",,,1,
"DANTES Catalogs","http://www.dantescatalogs.com",,,1,
"Other Information","show-menu=Other",,,1,
"Customer Satisfaction Survey", projectname + "/survey.asp",,,1,
"Contact Information","show-menu=Contact",,,1,
"DANTES Home",projectname +"/DantesHome.asp",,,1

])

	
addmenu(menu=["Other",
	,,175,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"Frequently Asked Questions (FAQ)",projectname +"/distancelearning/Dl_faq.htm",,,1,
	"Tips for Successful Completion",projectname +"/distancelearning/dl-tips.htm",,,1
	])
	
	addmenu(menu=["Contact",
	,,230,1,"",main_property,,"left",effect,,,,,,,,,,,,,
	"Distance Learning Programs Manager<br>Code 20G<br>Phone: (850) 452-1111 ext. 3121<br>DSN 922-1111 ext. 3121, FAX: 922-1161","#",,,1,
	"Email Us","mailto:DantesDL@navy.mil",,,1
	])


		
//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file