/***********************************************************************************
***	
***********************************************************************************/

	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#E6F3FF';			// Background color when mouse is not over
	var LowSubBgColor='#BCE6EB';			// Background color when mouse is not over on subs
	var HighBgColor='#FF9900';			// Background color when mouse is over
	var HighSubBgColor='#FF9900';			// Background color when mouse is over on subs
	var FontLowColor='#666666';			// Font color when mouse is not over
	var FontSubLowColor='#666666';			// Font color subs when mouse is not over
	var FontHighColor='#202020';			// Font color when mouse is over
	var FontSubHighColor='#202020';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// 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=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','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=205;				// Menu offset x coordinate
	var StartLeft=5;				// Menu offset y coordinate
	var VerCorrect=1;				// Multiple frames y correction
	var HorCorrect=1;				// 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=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// 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='mainFrame';			// 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=1;			// 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=["./js/menu/tri.gif",3,5,"./js/menu/tridown.gif",3,5,"./js/menu/trileft.gif",3,5];	// Arrow source, width and height
	var Arrws=["./js/menu/tri.gif",0,0,"./js/menu/tridown.gif",0,0,"./js/menu/trileft.gif",0,0];	// 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"

// EXAMPLES OF MORE THAN 2 LEVELS DEEP SUB-MENU
//Menu2=new Array("News","blank.html","",2);
//	Menu2_1=new Array("General","blank.html","",5,20,150);	
//		Menu2_1_1=new Array("CNN","http://www.cnn.com","",0,20,150);
//		Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
//		Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
//              Menu2_1_4=new Array("CBSNews","http://www.cbsnews.com","",0);
//              Menu2_1_5=new Array("Canadian News","http://news.bbc.co.uk","",2);
//                          Menu2_1_5_1=new Array("Vancouver Sun","http://www.vancouversun.com","",0,20,150);
//                          Menu2_1_5_2=new Array("CTV News","http://www.ctvnews.com","",0);
//	Menu2_2=new Array("Technology","blank.html","",3);
//		Menu2_2_1=new Array("TechWeb","http://www.techweb.com","",0,20,200);
//		Menu2_2_2=new Array("News.com","http://www.news.com","",0);
//		Menu2_2_3=new Array("Wired News","http://www.wired.com","",0);

Menu1=new Array("About Us","index.html","",0,17,130);
Menu2=new Array("Services","services.html","",0,17,150);
Menu3=new Array("Pricing","pricing.html","",0,17,150);
//Menu4=new Array("Testimonal","","",0,17,150);
//	Menu4_1=new Array("Kindergarten/1st Grade","k1.html","",3,17,160);
//		Menu4_1_1=new Array("Little Blue","javascript:NewWin=window.open('http://littlebluevillage.googlepages.com','NWin');window['NewWin'].focus()","",0,17,180);
Menu4=new Array("Contact Us","contactUs.html","",0,17,150);
