 /***********************************************************************************
*	(c) Ger Versluis 2000 version 8.2 24 April 2002	          *
*	You may use this script on non commercial sites.	      *
*	For info write to menus@burmees.nl		                  *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=14;			// Number of main menu  items
										// Colorvariables:
										// Color variables take HTML predefined color names or "#rrggbb" strings
										//For transparency make colors and border color ""
	var LowBgColor="3366FF";			// Background color when mouse is not over
	var HighBgColor="0066CC";			// Background color when mouse is over 0066CC
	var FontLowColor="white";			// Font color when mouse is not over
	var FontHighColor="white";			// Font color when mouse is over
	var BorderColor="C0C0C0";			// Border color
	var BorderWidth=1;					// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical,"	// 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 can be: left, center, right, justify,
										//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";		// Menu vertical position top, middle,bottom or static
	var ChildOverlap=.08;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;		// vertical overlap child/ parent
	var StartTop=58;					// Menu offset x coordinate
	var StartLeft=4;					// 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=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=900;				// delay before menu folds in
	var UnfoldDelay=80;					// delay before sub unfolds	
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame="MyFrameOne";	// Frame where first level appears
	var SecLineFrame="MyFrameOne";		// Frame where sub levels appear
	var DocTargetFrame="MyFrameOne";	// Frame where target documents appear
	var TargetLoc="lockhere";			// span id for relative positioning
	var MenuWrap=1;						// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;					// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;						// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var BaseHref="http://www.online-traffic-schools.com/";	// BaseHref lets you specify the root directory for relative links. 
						// The script precedes your relative links with BaseHref
						// For instance: 
						// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
						// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
						// Can also be used when you use images in the textfields of the menu
						// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
						// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"
	
	var ArrowBaseHref="/images/"; //File location for the arrows 'images/
						// Arrow source, width and height.
						// If arrow images are not needed keep source ""
	var Arrws=[ArrowBaseHref+"tri.gif",5,10,ArrowBaseHref+"triblank.gif",10,5,ArrowBaseHref+"trileft.gif",5,10,ArrowBaseHref+"triup.gif",10,5];



	var MenuUsesFrames=0;			// MenuUsesFrames is only 0 when Main menu, submenus,
						// document targets and script are in the same frame.
						// In all other cases it must be 1

	var RememberStatus=0;			// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
						// The preset is done by the body onload of target document.
						// In frame setup the body onload is:
						// onload="if(parent.frames[0]&&parent.frames[\"navig\"].SetMenu)parent.frames[\"navig\"].SetMenu=\"x_x\";"
						// In a single page the body onload is:
						// onload="if(window.SetMenu)window.SetMenu=\"x_x\""
						// x_x represents the menu item MenuX_X=new Array(.......
						// To preset the menu to no item use \"0\" for \"x_x\" 

	var PartOfWindow=.8;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

						// Below some pretty useless effects, since only IE6+ supports them
						// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
						// If you don't need MenuSlide just leave in the line var MenuSlide="";
						// delete the other MenuSlide statements
						// In general leave the MenuSlide you need in and delete the others.
						// Above is also valid for MenuShadow and MenuOpacity
						// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
						// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=5)";
	//transition= 13,14,(15),16 Barn 8,9 Blinds 10,11 CheckerBoard 0,1,2, 3 Iris (21),22 RandomBars 12 RandomDissolve 4,(5),6,7 Slide 17,18,(19),20 Strips 
	//var MenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";
				/*	progid:DXImageTransform.Microsoft.RandomDissolve()";
					progid:DXImageTransform.Microsoft.Iris(irisStyle='star', motion='out')";
					progid:DXImageTransform.Microsoft.Iris(irisStyle='diamond', motion='in')";
					progid:DXImageTransform.Microsoft.Iris(irisStyle='cross', motion='out')";
					progid:DXImageTransform.Microsoft.Iris(irisStyle='circle', motion='in')";
					progid:DXImageTransform.Microsoft.Iris(irisStyle='square', motion='out')";
					progid:DXImageTransform.Microsoft.Iris(irisStyle='plus', motion='in')";
					progid:DXImageTransform.Microsoft.Barn(orientation='vertial' motion='in')";
					progid:DXImageTransform.Microsoft.Barn(orientation='vertial' motion='out')";
					progid:DXImageTransform.Microsoft.Barn(orientation='horizontal' motion='in')";
					progid:DXImageTransform.Microsoft.Barn(orientation='horizontal' motion='out')";
					progid:DXImageTransform.Microsoft.Pixelate()";
					progid:DXImageTransform.Microsoft.Inset()";
					progid:DXImageTransform.Microsoft.Checkerboard(Direction='left')";
					progid:DXImageTransform.Microsoft.Checkerboard(Direction='right')";
					progid:DXImageTransform.Microsoft.Checkerboard(Direction='down')";
					progid:DXImageTransform.Microsoft.Checkerboard(Direction='up')";
					progid:DXImageTransform.Microsoft.RandomBars(motion='horizontal')";
					progid:DXImageTransform.Microsoft.RandomBars(motion='vertical')";
					progid:DXImageTransform.Microsoft.Slide(bands=5, slideStyle='push')";
					progid:DXImageTransform.Microsoft.Slide(bands=5, slidestyle='swap')";
					progid:DXImageTransform.Microsoft.Slide(bands=5, slidestyle='hide')";
					progid:DXImageTransform.Microsoft.Spiral()";
					progid:DXImageTransform.Microsoft.Stretch(stretchStyle='push')";
				*/

	var MenuShadow="";
	var MenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var MenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=2)";

	var MenuOpacity="";
	var MenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=89)";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

//Menu1=new Array("rollover?"+BaseHref+"aliesmll.jpg?"+BaseHref+"appies.jpg","file.htm","",1,100,100,"","","","","","",-1,-1,-1,"","Menu Description");
//Sample Code for Opening in new Window -- "soundblock.org","javascript:NewWin=window.open('http://www.soundblock.org','NWin');window['NewWin'].focus()","",0,20,120,"","","","","","",-1,-1,-1,"","Menu Description");
// (title , href ,  , 

Menu1 =new Array("Home","index.html","",0,18,128,"","","","","","",-1,-1,-1,"","Home Page - Interactive Map");
Menu2 =new Array("New Students","","",16,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu2_1 =new Array("Alaska","state/ak/","",0,18,128,"","","","","","",-1,-1,-1,"","Alaska Schools");
	Menu2_2 =new Array("Arkansas","state/ar/","",0,18,128,"","","","","","",-1,-1,-1,"","Arkansas Schools");
	Menu2_3 =new Array("California","state/ca/","",0,18,128,"","","","","","",-1,-1,-1,"","California Schools");
	Menu2_4 =new Array("Colorado","state/co/","",0,18,128,"","","","","","",-1,-1,-1,"","Colorado Schools");
	Menu2_5 =new Array("Delaware","state/de/","",0,18,128,"","","","","","",-1,-1,-1,"","Deleware Schools");
	Menu2_6 =new Array("Florida" ,"state/fl/","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu2_7 =new Array("Idaho" ,"state/id/","",0,18,128,"","","","","","",-1,-1,-1,"","Idaho Schools");
	Menu2_8 =new Array("Indiana","state/in/","",0,18,128,"","","","","","",-1,-1,-1,"","Indiana Schools");
	Menu2_9 =new Array("Missouri","state/mo/","",0,18,128,"","","","","","",-1,-1,-1,"","Missouri Schools");
	Menu2_10=new Array("Nevada","state/nv/","",0,18,128,"","","","","","",-1,-1,-1,"","Nevada Schools");
	Menu2_11=new Array("New Mexico","state/nm/","",0,18,128,"","","","","","",-1,-1,-1,"","New Mexico Schools");
	Menu2_12=new Array("Oregon","state/or/","",0,18,128,"","","","","","",-1,-1,-1,"","Oregon Schools");
	Menu2_13=new Array("Texas","state/tx/","",0,18,128,"","","","","","",-1,-1,-1,"","Texas Schools");
	Menu2_14=new Array("Virginia","state/va/","",0,18,128,"","","","","","",-1,-1,-1,"","Virginia Schools");
	Menu2_15=new Array("Wyoming","state/wy/","",0,18,128,"","","","","","",-1,-1,-1,"","Wyoming Schools");
	Menu2_16 =new Array("Other States","state/other/","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States Schools - Require Prior Approval");

Menu3 =new Array("Returning Students","","",8,18,128,"","","","","","",-1,-1,-1,"","Returning Students - Select your School");
	Menu3_1=new Array("rollover?"+BaseHref+"images/menu_trafficschoolonline.gif?"+BaseHref+"images/menu_trafficschoolonline.gif",	"javascript:NewWin=window.open('http://trafficschoolonline.com/?section=splash&goto=reenter2003&ts=1053471386&aid=1076','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","TrafficSchoolOnline.com");
	Menu3_2=new Array("rollover?"+BaseHref+"images/menu_idrivesafely.gif?"+BaseHref+"images/menu_idrivesafely.gif",					"javascript:NewWin=window.open('http://www.idrivesafely.com/cgibin/welcomBack.pl?COUPON=OTS999','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","IDriveSafely.com");
	Menu3_3=new Array("rollover?"+BaseHref+"images/menu_floridadrivingschools.gif?"+BaseHref+"images/menu_floridadrivingschools.gif","javascript:NewWin=window.open('http://www.floridadrivingschools.com/members/reenterprogram.cfm','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","FloridaDrivingSchools.com");
	Menu3_4=new Array("rollover?"+BaseHref+"images/menu_gototrafficschool.gif?"+BaseHref+"images/menu_gototrafficschool.gif",		"javascript:NewWin=window.open('http://www.gototrafficschool.com/members/reenterprogram.cfm','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","GoToTrafficSchool.com");
	Menu3_5=new Array("rollover?"+BaseHref+"images/menu_webtrafficschool.gif?"+BaseHref+"images/menu_webtrafficschool.gif",			"javascript:NewWin=window.open('http://webtrafficschool.com/crd/ref.asp?id=OTSS20','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","WebTrafficSchools.com");
	Menu3_6=new Array("rollover?"+BaseHref+"images/menu_1timedrivercourse.gif?"+BaseHref+"images/menu_1timedrivercourse.gif",		"javascript:NewWin=window.open('http://www.firsttimedriverclass.com/loginform.cfm','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","FirstTimeDriverClass.com");
	Menu3_7=new Array("rollover?"+BaseHref+"images/menu_driversed.gif?"+BaseHref+"images/menu_driversed.gif",						"javascript:NewWin=window.open('http://www.driversed.com/re_enter/re_enter.asp','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","DriversEd.com");
	Menu3_8=new Array("rollover?"+BaseHref+"images/menu_digitaldriving.gif?"+BaseHref+"images/menu_digitaldriving.gif",						"javascript:NewWin=window.open('https://secureregtest.digitaldriving.com/exams/default.asp?caller=14','NWin');window['NewWin'].focus()","",0,60,234,"","","","","","",-1,-1,-1,"","DriversEd.com");


Menu4 =new Array("Traffic School","","",16,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu4_1 =new Array("Alaska","state/ak/","",0,18,128,"","","","","","",-1,-1,-1,"","Alaska Schools");
	Menu4_2 =new Array("Arkansas","state/ar/","",0,18,128,"","","","","","",-1,-1,-1,"","Arkansas Schools");
	Menu4_3 =new Array("California","state/ca/","",0,18,128,"","","","","","",-1,-1,-1,"","California Schools");
	Menu4_4 =new Array("Colorado","state/co/","",0,18,128,"","","","","","",-1,-1,-1,"","Colorado Schools");
	Menu4_5 =new Array("Delaware","state/de/","",0,18,128,"","","","","","",-1,-1,-1,"","Deleware Schools");
	Menu4_6 =new Array("Florida" ,"state/fl/","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu4_7 =new Array("Idaho" ,"state/id/","",0,18,128,"","","","","","",-1,-1,-1,"","Idaho Schools");
	Menu4_8 =new Array("Indiana","state/in/","",0,18,128,"","","","","","",-1,-1,-1,"","Indiana Schools");
	Menu4_9 =new Array("Missouri","state/mo/","",0,18,128,"","","","","","",-1,-1,-1,"","Missouri Schools");
	Menu4_10=new Array("Nevada","state/nv/","",0,18,128,"","","","","","",-1,-1,-1,"","Nevada Schools");
	Menu4_11=new Array("New Mexico","state/nm/","",0,18,128,"","","","","","",-1,-1,-1,"","New Mexico Schools");
	Menu4_12=new Array("Oregon","state/or/","",0,18,128,"","","","","","",-1,-1,-1,"","Oregon Schools");
	Menu4_13=new Array("Texas","state/tx/","",0,18,128,"","","","","","",-1,-1,-1,"","Texas Schools");
	Menu4_14=new Array("Virginia","state/va/","",0,18,128,"","","","","","",-1,-1,-1,"","Virginia Schools");
	Menu4_15=new Array("Wyoming","state/wy/","",0,18,128,"","","","","","",-1,-1,-1,"","Wyoming Schools");
	Menu4_16 =new Array("Other States","state/other/","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States Schools - Require Prior Approval");


Menu5 =new Array("Defensive Driving","","",16,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu5_1 =new Array("Alaska","state/ak/","",0,18,128,"","","","","","",-1,-1,-1,"","Alaska Schools");
	Menu5_2 =new Array("Arkansas","state/ar/","",0,18,128,"","","","","","",-1,-1,-1,"","Arkansas Schools");
	Menu5_3 =new Array("California","state/ca/","",0,18,128,"","","","","","",-1,-1,-1,"","California Schools");
	Menu5_4 =new Array("Colorado","state/co/","",0,18,128,"","","","","","",-1,-1,-1,"","Colorado Schools");
	Menu5_5 =new Array("Delaware","state/de/","",0,18,128,"","","","","","",-1,-1,-1,"","Deleware Schools");
	Menu5_6 =new Array("Florida" ,"state/fl/","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu5_7 =new Array("Idaho" ,"state/id/","",0,18,128,"","","","","","",-1,-1,-1,"","Idaho Schools");
	Menu5_8 =new Array("Indiana","state/in/","",0,18,128,"","","","","","",-1,-1,-1,"","Indiana Schools");
	Menu5_9 =new Array("Missouri","state/mo/","",0,18,128,"","","","","","",-1,-1,-1,"","Missouri Schools");
	Menu5_10=new Array("Nevada","state/nv/","",0,18,128,"","","","","","",-1,-1,-1,"","Nevada Schools");
	Menu5_11=new Array("New Mexico","state/nm/","",0,18,128,"","","","","","",-1,-1,-1,"","New Mexico Schools");
	Menu5_12=new Array("Oregon","state/or/","",0,18,128,"","","","","","",-1,-1,-1,"","Oregon Schools");
	Menu5_13=new Array("Texas","state/tx/","",0,18,128,"","","","","","",-1,-1,-1,"","Texas Schools");
	Menu5_14=new Array("Virginia","state/va/","",0,18,128,"","","","","","",-1,-1,-1,"","Virginia Schools");
	Menu5_15=new Array("Wyoming","state/wy/","",0,18,128,"","","","","","",-1,-1,-1,"","Wyoming Schools");
	Menu5_16 =new Array("Other States","state/other/","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States Schools - Require Prior Approval");


Menu6 =new Array("Point Reduction","","",16,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu6_1 =new Array("Alaska","state/ak/","",0,18,128,"","","","","","",-1,-1,-1,"","Alaska Schools");
	Menu6_2 =new Array("Arkansas","state/ar/","",0,18,128,"","","","","","",-1,-1,-1,"","Arkansas Schools");
	Menu6_3 =new Array("California","state/ca/","",0,18,128,"","","","","","",-1,-1,-1,"","California Schools");
	Menu6_4 =new Array("Colorado","state/co/","",0,18,128,"","","","","","",-1,-1,-1,"","Colorado Schools");
	Menu6_5 =new Array("Delaware","state/de/","",0,18,128,"","","","","","",-1,-1,-1,"","Deleware Schools");
	Menu6_6 =new Array("Florida" ,"state/fl/","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu6_7 =new Array("Idaho" ,"state/id/","",0,18,128,"","","","","","",-1,-1,-1,"","Idaho Schools");
	Menu6_8 =new Array("Indiana","state/in/","",0,18,128,"","","","","","",-1,-1,-1,"","Indiana Schools");
	Menu6_9 =new Array("Missouri","state/mo/","",0,18,128,"","","","","","",-1,-1,-1,"","Missouri Schools");
	Menu6_10=new Array("Nevada","state/nv/","",0,18,128,"","","","","","",-1,-1,-1,"","Nevada Schools");
	Menu6_11=new Array("New Mexico","state/nm/","",0,18,128,"","","","","","",-1,-1,-1,"","New Mexico Schools");
	Menu6_12=new Array("Oregon","state/or/","",0,18,128,"","","","","","",-1,-1,-1,"","Oregon Schools");
	Menu6_13=new Array("Texas","state/tx/","",0,18,128,"","","","","","",-1,-1,-1,"","Texas Schools");
	Menu6_14=new Array("Virginia","state/va/","",0,18,128,"","","","","","",-1,-1,-1,"","Virginia Schools");
	Menu6_15=new Array("Wyoming","state/wy/","",0,18,128,"","","","","","",-1,-1,-1,"","Wyoming Schools");
	Menu6_16 =new Array("Other States","state/other/","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States Schools - Require Prior Approval");


Menu7 =new Array("First-Time Drivers","","",2,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu7_1 =new Array("Florida" ,"state/fl/newdriver.htm","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu7_2 =new Array("Other States","state/other/newdriver.htm","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States");


Menu8 =new Array("Teen Drivers","","",2,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu8_1 =new Array("Florida" ,"state/fl/newdriver.htm","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu8_2 =new Array("Other States","state/other/newdriver.htm","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States");

Menu9 =new Array("Mature Drivers","","",2,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu9_1 =new Array("Florida" ,"state/fl/maturedriver.htm","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu9_2 =new Array("Indiana","state/in/index.htm","",0,18,128,"","","","","","",-1,-1,-1,"","Indiana Schools");

Menu10 =new Array("Foreign Drivers","","",1,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu10_1 =new Array("All States","state/other/AmericaDrives.htm","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","America Drives");


Menu11 =new Array("Insurance Discount","","",8,18,128,"","","","","","",-1,-1,-1,"","New Students - Select your State");
	Menu11_1 =new Array("California","state/ca/","",0,18,128,"","","","","","",-1,-1,-1,"","California Schools");
	Menu11_2 =new Array("Delaware","state/de/","",0,18,128,"","","","","","",-1,-1,-1,"","Deleware Schools");
	Menu11_3 =new Array("Florida" ,"state/fl/","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");
	Menu11_4 =new Array("Idaho" ,"state/id/","",0,18,128,"","","","","","",-1,-1,-1,"","Idaho Schools");
	Menu11_5=new Array("Nevada","state/nv/","",0,18,128,"","","","","","",-1,-1,-1,"","Nevada Schools");
	Menu11_6=new Array("Texas","state/tx/","",0,18,128,"","","","","","",-1,-1,-1,"","Texas Schools");
	Menu11_7=new Array("Virginia","state/va/","",0,18,128,"","","","","","",-1,-1,-1,"","Virginia Schools");
	Menu11_8 =new Array("Other States","state/other/insurance.htm","",0,18,128,"FF7B24","FF6600","","","","",-1,-1,-1,"","Other States Schools - Require Prior Approval");


Menu12=new Array("Espaņol" ,"","",2,18,128,"","","","","","",-1,-1,-1,"","Courses in Spanish");
	Menu12_1 =new Array("California","state/ca/","",0,18,128,"","","","","","",-1,-1,-1,"","California Schools");
	Menu12_2 =new Array("Florida" ,"state/fl/","",0,18,128,"","","","","","",-1,-1,-1,"","Florida Schools");

Menu13=new Array("Corporate Fleet" ,"fleet.htm","",0,18,128,"","","","","","",-1,-1,-1,"","Corporate Fleet Programs");
Menu14=new Array("Contact Us","contact.htm","",0,18,128,"","","","","","",-1,-1,-1,"","Contact Information");



