/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.41 24 December 2001	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#FFFFFF';			// Background color when mouse is not over
	var LowSubBgColor='#FFFFFF';			// Background color when mouse is not over on subs
	var HighBgColor='#3366FF';			// Background color when mouse is over
	var HighSubBgColor='#3366FF';			// Background color when mouse is over on subs
	var FontLowColor='#CCCCCC';			// Font color when mouse is not over
	var FontSubLowColor='#333333';			// Font color subs when mouse is not over
	var FontHighColor='#FFFF00';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#B2B2B2';			// Border color
	var BorderSubColor='#B2B2B2';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="tahoma, verdana, arial"
	var FontSize=8;				// 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=.10;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.25;			// vertical overlap child/ parent
	var StartTop=75;					// 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=3;				// 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=500;				// 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='menu';				// 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/tri.gif',5,9,'images/tridown.gif',9,5,'images/trileft.gif',5,9];	// 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("Home","index.html","images/mb_01.jpg",0,20,100);

Menu2=new Array("About Jays","","images/mb_02.jpg",9);
	Menu2_1=new Array("History","history.html","",0,20,100);	
	Menu2_2=new Array("Founder","founder.html","",0);	
	Menu2_3=new Array("Jay's Difference","jays_difference.html","",0);	
	Menu2_4=new Array("Locations","locations.html","",0);
	Menu2_5=new Array("Employment","employment.html","",1);
		Menu2_5_1=new Array("Company Driver","company_driver.html","",0,20,110);
	Menu2_6=new Array("References","references.html","",0);
	Menu2_7=new Array("Equipment","equipment.html","",0);
	Menu2_8=new Array("Vision / Mission","vision_mission.html","",0);
	Menu2_9=new Array("Contact Us","contact_us.html","",0);

Menu3=new Array("Moving","","images/mb_03.jpg",14);
	Menu3_1=new Array("Mileage Guide","mileage_guide.html","",0,20,180);
	Menu3_2=new Array("Customer Rights","customer_rights.html","",0);
	Menu3_3=new Array("Tips","","",6);
		Menu3_3_1=new Array("Moving Checklist","moving_checklist.html","",0,20,180);
		Menu3_3_2=new Array("Personal Moving Guide","personal_moving_guide.html","",0);
		Menu3_3_3=new Array("Non-Admissibles","non_admissibles.html","",0);
		Menu3_3_4=new Array("How To Guide","","",6);
			Menu3_3_4_1=new Array("Packing","packing.html","",0,20,80);
			Menu3_3_4_2=new Array("Computers","computers.html","",0);
			Menu3_3_4_3=new Array("Plants","plants.html","",0);
			Menu3_3_4_4=new Array("Pets","pets.html","",0);
			Menu3_3_4_5=new Array("Waterbeds","waterbeds.html","",0);
			Menu3_3_4_6=new Array("Aquariums","aquariums.html","",0);
		Menu3_3_5=new Array("How To Get Children Involved","how_to_get.html","",0);
		Menu3_3_6=new Array("Frequently Asked Questions","faq.html","",0);
	Menu3_4=new Array("Estimates","estimates.html","",0);
	Menu3_5=new Array("Long Distance","long_distance.html","",0);
	Menu3_6=new Array("Local","local.html","",0);
	Menu3_7=new Array("Office Relocation","office.html","",0);
	Menu3_8=new Array("Corporate Move Management","corporate_move.html","",0);
	Menu3_9=new Array("Overseas / Cross Border","overseas_cross_border.html","",4);
		Menu3_9_1=new Array("Free Entry of Household Goods & Personal Effects","free_entry.html","",0,20,290);
		Menu3_9_2=new Array("Moving From Canada to the U.S.","moving_from_canada.html","",0);
		Menu3_9_3=new Array("Moving From the U.S. to Canada","moving_from_us.html","",0);
		Menu3_9_4=new Array("Moving Overseas","moving_overseas.html","",0);
	Menu3_10=new Array("Pack / Unpack","pack_unpack.html","",0);
	Menu3_11=new Array("Valuation","valuation.html","",0);
	Menu3_12=new Array("Storage","storage.html","",0);
	Menu3_13=new Array("Commercial Warehouse","commercial_warehouse.html","",0);
	Menu3_14=new Array("Other Services","other_services.html","",0);

Menu4=new Array("Moving Tips","","images/mb_04.jpg",7);
	Menu4_1=new Array("Moving Checklist","moving_checklist.html","",0,20,180);
	Menu4_2=new Array("Personal Moving Guide","personal_moving_guide.html","",0);
	Menu4_3=new Array("Non-Admissibles","non_admissibles.html","",0);
	Menu4_4=new Array("How To Guide","how_to_guide.html","",6);
		Menu4_4_1=new Array("Packing","packing.html","",0,20,80);
		Menu4_4_2=new Array("Computers","computers.html","",0);
		Menu4_4_3=new Array("Plants","plants.html","",0);
		Menu4_4_4=new Array("Pets","pets.html","",0);
		Menu4_4_5=new Array("Waterbeds","waterbeds.html","",0);
		Menu4_4_6=new Array("Aquariums","aquariums.html","",0);
	Menu4_5=new Array("How To Get Children Involved","how_to_get.html","",0);
	Menu4_6=new Array("Are You In The No Zone?","the_nozone.html","",0);
	Menu4_7=new Array("Frequently Asked Questions","faq.html","",0);

Menu5=new Array("Freight","","images/mb_05.jpg",9);
	Menu5_1=new Array("Services","services.html","",0,20,160);
	Menu5_2=new Array("Direct Service Points","direct_service_points.html","",0);
	Menu5_3=new Array("Days of Service","days_of_service.html","",0);
	Menu5_4=new Array("Rate Request","rate_request.html","",0);
	Menu5_5=new Array("Quick Forms","quick_forms.html","",2);
		Menu5_5_1=new Array("Customer Request For Credit","images/form_credit_request.gif","",0,20,180);
		Menu5_5_2=new Array("Bill of Lading","images/form_bill_of_lading.gif","",0);
	Menu5_6=new Array("Courier","courier.html","",0);
	Menu5_7=new Array("Less Than Truckload (LTL)","less_than_truckload.html","",0);
	Menu5_8=new Array("Truckload","truckload.html","",0);
	Menu5_9=new Array("Interline Connections","interline_connections.html","",0);

Menu6=new Array("What's New","","images/mb_06.jpg",6);
	Menu6_1=new Array("Awards","awards.html","",4,20,195);
		Menu6_1_1=new Array("Atlas Van Lines Recognition","atlas_van_lines.html","",0,20,275);
		Menu6_1_2=new Array("Safe Driving","safe_driving.html","",0);
		Menu6_1_3=new Array("2008 Atlas Van Lines Years of Affiliation Awards","exceptional_quality.html","",0);
		Menu6_1_4=new Array("Scholarship Award","scholarship_award.html","",0);
	Menu6_2=new Array("Years of Service Honoured","years_of_service.html","",0);
	Menu6_3=new Array("Walk for MS","walk_for_ms.html","",0);
	Menu6_4=new Array("Saskatchewan Top 100 Company","sask_top_100.html","",0);
	Menu6_5=new Array("Regina's Top 50 Companies","regina_top_50.html","",0);
	Menu6_6=new Array("Winter Newsletter","downloads/2008-2009_Winter_Newsletter.pdf","",0);

Menu7=new Array("Kids Corner","kids_korner.html","images/mb_07.jpg",3);
	Menu7_1=new Array("Buddy's Budding Artists","buddys_budding.html","",0,20,150);
	Menu7_2=new Array("Your Pictures","your_pictures.html","",0);
	Menu7_3=new Array("Games","games.html","",2);
		Menu7_3_1=new Array("Lunar Lander","lunar_lander.html","",0,20,90);
		Menu7_3_2=new Array("BAP","bap.html","",0);

Menu8=new Array("The Community","","images/mb_08.jpg",5);
	Menu8_1=new Array("MS Bike Tour","ms_bike_tour.html","",0,20,180);
	Menu8_2=new Array("Walk for MS","walk_for_ms.html","",0);
	Menu8_3=new Array("Sofia House","sofia_house.html","",0);
	Menu8_4=new Array("Wheelchair Foundation Canada","wheelchair_foundation.html","",0);
	Menu8_5=new Array("Others","others.html","",0);

Menu9=new Array("Telemiracle","","images/mb_09.jpg",5);
	Menu9_1=new Array("Telemiracle Golf Classic","telemiracle_golf.html","",0,20,160);
	Menu9_2=new Array("''I Spy'' - Telemiracle","telemiracle_i_spy.html","",0);
	Menu9_3=new Array("Telemiracle","telemiracle.html","",0);
	Menu9_4=new Array("Telemiracle 33 Kick Off","telemiracle_kick_off.html","",0);
	Menu9_5=new Array("A Big Thank You","big_thank_you.html","",0);

Menu10=new Array("Related Links","","images/mb_10.jpg",6);
	Menu10_1=new Array("Atlas Van Lines","http://www.atlasvanlines.ca/","",0,20,200);
	Menu10_2=new Array("Kinsmen / Kinettes - Telemiracle","http://www.telemiracle.com/","",0);
	Menu10_3=new Array("MS Society","http://www.mssociety.ca/","",0);
	Menu10_4=new Array("Realty World","http://www.realtyworld.ca/","",0);
	Menu10_5=new Array("Royal LePage","http://www.royallepage.ca/","",0);
	Menu10_6=new Array("Welcome Wagon Moving","http://www.welcomewagon.com/","",0);

Menu11=new Array("Locations","location.html","images/mb_11.jpg",5);
	Menu11_1=new Array("Head Office","","",1,20,190);
		Menu11_1_1=new Array("Regina","head_office_regina.html","",0,20,100);
	Menu11_2=new Array("Repair Shop","","",2,20,190);
		Menu11_2_1=new Array("Regina","repair_shop_regina.html","",0,20,100);
		Menu11_2_2=new Array("Saskatoon","repair_shop_saskatoon.html",0);
	Menu11_3=new Array("Saskatchewan Moving Division","","",9);
		Menu11_3_1=new Array("Battleford","sask_moving_battleford.html","",0,20,90);
		Menu11_3_2=new Array("Melville","sask_moving_melville.html",0);
		Menu11_3_3=new Array("Moose Jaw","sask_moving_moose.html","",0);
		Menu11_3_4=new Array("Prince Albert","sask_moving_prince.html","",0);
		Menu11_3_5=new Array("Regina","sask_moving_regina.html","",0);
		Menu11_3_6=new Array("Saskatoon","sask_moving_saskatoon.html","",0);
		Menu11_3_7=new Array("Swift Current","sask_moving_swift.html","",0);
		Menu11_3_8=new Array("Weyburn","sask_moving_weyburn.html","",0);
		Menu11_3_9=new Array("Yorkton","sask_moving_yorkton.html","",0);
	Menu11_4=new Array("Alberta Moving Division","","",2);
		Menu11_4_1=new Array("Calgary","alberta_moving_calgary.html","",0,20,90);
		Menu11_4_2=new Array("Lloyminster","alberta_moving_lloydminster.html","",0);
	Menu11_5=new Array("Saskatchewan Freight Division","","",10);
		Menu11_5_1=new Array("Battleford / Meadow Lake","sask_freight_battleford.html","",0,20,160);
		Menu11_5_2=new Array("Estevan","sask_freight_estevan.html","",0);
		Menu11_5_3=new Array("Melville","sask_freight_melville.html","",0);
		Menu11_5_4=new Array("Moose Jaw","sask_freight_moose.html","",0);
		Menu11_5_5=new Array("Prince Albert / La Ronge","sask_freight_prince.html","",0);
		Menu11_5_6=new Array("Regina","sask_freight_regina.html","",0);
		Menu11_5_7=new Array("Saskatoon","sask_freight_saskatoon.html","",0);
		Menu11_5_8=new Array("Swift Current","sask_freight_swift.html","",0);
		Menu11_5_9=new Array("Weyburn","sask_freight_weyburn.html","",0);
		Menu11_5_10=new Array("Yorkton","sask_freight_yorkton.html","",0);

Menu12=new Array("JaysAccess","https://www.jaysaccess.com","images/mb_12.jpg",0);

Menu13=new Array("Contact Us","contact_us.html","images/mb_13.jpg",0);

Menu14=new Array("Archives","","images/mb_14.jpg",2);;
	Menu14_1=new Array("2005 National Atlas Convention","2005_national_atlas_convention.html","",0,20,250);
	Menu14_2=new Array("Saskatchewan Transportation Hall of Fame","saskatchewan_transportation.html","",0);