/***********************************************************************************
*	(c) Ger Versluis 1600 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl
***********************************************************************************/

	var NoOffFirstLineMenus=16;			// Number of first level items
	var LowBgColor='#0b1539';			// Background color when mouse is not over
	var LowSubBgColor='#0b6b0a';			// Background color when mouse is not over on subs
	var HighBgColor='#0b6b0a';			// Background color when mouse is over
	var HighSubBgColor='#0b1539';			// Background color when mouse is over on subs
	var FontLowColor='#ffffff';			// Font color when mouse is not over
	var FontSubLowColor='#ffffff';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='#232b42';			// Border color
	var BorderSubColor='#232b42';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Arial"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0.08;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.3;			// vertical overlap child/ parent
	var StartTop=200;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=250;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='leftFrame';			// Frame where first level appears
	var SecLineFrame='mainFrame';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['images/Bullet.gif',10,6,'images/Bullet.gif',10,6,'images/Bullet.gif',10,6];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height (optional), width (optional));
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("About Diabetes","About_Diabetes.html","",0,20,160);

Menu2=new Array("Your Resources","Clinical.html","",1);
	Menu2_1=new Array("Rights & Responsibilities","Rights.html","",0,20,160);

Menu3=new Array("Office Visits & Care","Guide_Office_Visits_Diabetes_Care.html","",0);

Menu4=new Array("Education Programs","Guide_Diabetes_Education.html","",1);
	Menu4_1=new Array("Education Programs","Guide_Diabetes_Education_Programs.html","",0,20,160);

Menu5=new Array("Diabetes Educators","Guide_Certified_Diabetes_Educators.html","",3);
	Menu5_1=new Array("New Castle County","Guide_Certified_Diabetes_Educators_NewCastle.html","",0,20,160);
	Menu5_2=new Array("Kent County","Guide_Certified_Diabetes_Educators_Kent.html","",0,20,160);
	Menu5_3=new Array("Sussex County","Guide_Certified_Diabetes_Educators_Sussex.html","",0,20,160);	

Menu6=new Array("Endocrinologists","Guide_What_Is_An_Endocrinologist.html","",3);
	Menu6_1=new Array("New Castle County","Guide_Endocrinologist_NewCastle.html","",0,20,160);
	Menu6_2=new Array("Kent County","Guide_Endocrinologist_Kent.html","",0,20,160);
	Menu6_3=new Array("Sussex County","Guide_Endocrinologist_Sussex.html","",0,20,160);

Menu7=new Array("Home Health Agencies","Guide_Home_Health_Agencies.html","",0);

Menu8=new Array("Transportation","Guide_Statewide_Transportation.html","",0);

Menu9=new Array("Diabetes Resources","Guide_Diabetes_Resources.html","",0);

Menu10=new Array("Related Resources","Guide_Statewide_Diabetest_Related_Resources.html","",0);

Menu11=new Array("Kid's Page","Guide_Kids_Page.html","",0);

Menu12=new Array("Medicare Information","Guide_Medicare_Information.html","",0);

Menu13=new Array("Websites","Guide_Diabetes_Websites.html","",0);

Menu14=new Array("Mail Order Pharmacies","Guide_Mail_Order_Pharmacies.html","",0);

Menu15=new Array("Waste Disposal","Guide_Contaminated_Waste_Disposal.html","",0);

Menu16=new Array("Contact Us","Contact_Us.html","",0);


