/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=11;				// Number of first level items
	var LowBgColor='';			            // Background color when mouse is not over
	var LowSubBgColor='000066';				// Background color when mouse is not over on subs
	var HighBgColor='black';				// Background color when mouse is over
	var HighSubBgColor='FFD700';			// Background color when mouse is over on subs
	var FontLowColor='black';				// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';				// Font color when mouse is over
	var FontSubHighColor='black';			// Font color subs when mouse is over
	var BorderColor='white';				// Border color
	var BorderSubColor='black';				// Border color for subs
	var BorderWidth=0;						// Border width
	var BorderBtwnElmnts=  0;				// Border between elements 1 or 0
	var FontFamily="arial"					// Font family menu items
	var FontSize=9;		   					// Font size menu items
	var FontBold=0;							// 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' or 'bottom'
	var ChildOverlap=-.01;					// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;				// vertical overlap child/ parent
	var StartTop=0;							// 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;				// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;				// Frames in cols or rows 1 or 0
	var DissapearDelay=100;					// delay before menu folds in
	var TakeOverBgColor=1;					// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';				// Frame where first level appears
	var SecLineFrame='space';				// Frame where sub levels appear
	var DocTargetFrame='space';				// Frame where target documents appear
	var TargetLoc='MenuPos';				// DIV id for relative positioning (refer to config.htm for info)
	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=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// 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, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("rollover:images/mVEScs.gif:images/mVEScsO.gif","NEIConServ.asp","images/mBack1.gif",7,20,181);
  Menu1_1=new Array("Adult Services","NEIConServ.asp","",0,20,280);
  Menu1_2=new Array("Supported Employment","NEIse.asp","",0,20,280);
  Menu1_3=new Array("Pre-Vocational Outreach Services","NEIpvs.asp","",0,20,280);
  Menu1_4=new Array("Vocational Rehabilitation Services","NEIvrs.asp","",0,20,280);
  Menu1_5=new Array("Bureau of Workers Compensation (BWC) Services","NEIbwc.asp","",0);
  Menu1_6=new Array("Ohio Works First (OWF) Services","NEIowf.asp","",0);
  Menu1_7=new Array("Career Placement & Support Services","NEIcpss.asp","",0);
Menu2=new Array("rollover:images/mVESys.gif:images/mVESysO.gif","NEIConServ.asp","images/mBack1.gif",2,20,181);
  Menu2_1=new Array("Youth Services","NEIYouthServ.asp","",0,20,280);
  Menu2_2=new Array("Project Paycheck School to Work Program","NEIppstwp.asp","",0,20,280);
Menu3=new Array("rollover:images/mVESes.gif:images/mVESesO.gif","NEIes.asp","images/mback2.gif",3,20,181);
  Menu3_1=new Array("Employer Services","NEIes.asp","",0,20,150);
  Menu3_2=new Array("Employer Comments","NEIec.asp","",0,20,150);
  Menu3_3=new Array("","","",0,20,150);
Menu4=new Array("rollover:images/mVESrai.gif:images/mVESraiO.gif","NEIra.asp","images/mback3.gif",0,20,181);
Menu5=new Array("rollover:images/mVESsd.gif:images/mVESsdO.gif","NEIsd.asp","images/mback4.gif",0,20,181);
Menu6=new Array("rollover:images/mBlank.gif:images/mBlank.gif","","images/mBack5.gif",0,20,181);
Menu7=new Array("rollover:images/mBves.gif:images/mBvesO.gif","VES.asp","images/mBack6.gif",0,20,181);
Menu8=new Array("rollover:images/mHome.gif:images/mHomeO.gif","index.asp","images/mBack7.gif",0,20,181);
Menu9=new Array("rollover:images/mBlank.gif:images/mBlank.gif","","images/mBack8.gif",0,20,181);
Menu10=new Array("rollover:images/mBlank2.gif:images/mBlank2.gif","","images/mBack9.gif",0,20,181);
Menu11=new Array("rollover:images/mBlank2.gif:images/mBlank2.gif","","images/mBack10.gif",0,20,181);