

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

if(navigator.appVersion.indexOf("MSIE 6.0")>0)

{

	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"

}

else

{

	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter

}

timegap=500				// The time delay for menus to remain visible

followspeed=0			// Follow Scrolling speed

followrate=0			// Follow Scrolling Rate

suboffset_top=10;		// Sub menu offset Top position 

suboffset_left=10;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"#FFFFFF",				// Mouse Off Font Color

"000000",				// Mouse Off Background Color

"FFFFFF",				// Mouse On Font Color

"#1a3866",				// Mouse On Background Color

"000000",				// Menu Border Color 

11,						// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"tahoma",		// Font Name

0,						// Menu Item Padding

"",						// Sub Menu Image (Leave this blank if not needed)

,						// 3D Border & Separator bar

"66ffff",				// 3D High Color

"000099",				// 3D Low Color

"",				// Current Page Item Font Color (leave this blank to disable)

"",					// Current Page Item Background Color (leave this blank to disable)

"",						// Top Bar image (Leave this blank to disable)

"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)

"000099",				// Menu Header Background Color (Leave blank if headers are not needed)

]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"#FFFFFF",				// Mouse Off Font Color

"#4076ac",				// Mouse Off Background Color

"000000",				// Mouse On Font Color

"#92c0e7",				// Mouse On Background Color

"000000",				// Menu Border Color 

11,						// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"Tahoma, Verdana, Arial",		// Font Name

5,						// Menu Item Padding

"",						// Sub Menu Image (Leave this blank if not needed)

,						// 3D Border & Separator bar

"66ffff",				// 3D High Color

"000099",				// 3D Low Color

"Purple",				// Current Page Item Font Color (leave this blank to disable)

"pink",					// Current Page Item Background Color (leave this blank to disable)

"",						// Top Bar image (Leave this blank to disable)

"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)

"000099",				// Menu Header Background Color (Leave blank if headers are not needed)

]

style4=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"#FFFFFF",				// Mouse Off Font Color

"#4076ac",				// Mouse Off Background Color

"000000",				// Mouse On Font Color

"#92c0e7",				// Mouse On Background Color

"000000",				// Menu Border Color 

11,						// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"Tahoma, Verdana, Arial",		// Font Name

0,						// Menu Item Padding

"",						// Sub Menu Image (Leave this blank if not needed)

,						// 3D Border & Separator bar

"66ffff",				// 3D High Color

"000099",				// 3D Low Color

"Purple",				// Current Page Item Font Color (leave this blank to disable)

"pink",					// Current Page Item Background Color (leave this blank to disable)

"",						// Top Bar image (Leave this blank to disable)

"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)

"000099",				// Menu Header Background Color (Leave blank if headers are not needed)

]

style3=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.

"#FFFFFF",				// Mouse Off Font Color

"#cc0000",				// Mouse Off Background Color

"000000",				// Mouse On Font Color

"#ff9999",				// Mouse On Background Color

"000000",				// Menu Border Color 

11,						// Font Size in pixels

"normal",				// Font Style (italic or normal)

"normal",				// Font Weight (bold or normal)

"Tahoma, Verdana, Arial",		// Font Name

5,						// Menu Item Padding

"",						// Sub Menu Image (Leave this blank if not needed)

,						// 3D Border & Separator bar

"66ffff",				// 3D High Color

"000099",				// 3D Low Color

"",				// Current Page Item Font Color (leave this blank to disable)

"",					// Current Page Item Background Color (leave this blank to disable)

"",						// Top Bar image (Leave this blank to disable)

"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)

"000099",				// Menu Header Background Color (Leave blank if headers are not needed)

]

addmenu(menu=[		// This is the array that contains your menu properties and details

"mainmenu",			// Menu Name - This is needed in order for the menu to be called

110,				// Menu Top - The Top position of the menu in pixels

0,					// Menu Left - The Left position of the menu in pixels

,				// Menu Width - Menus width in pixels

1,					// Menu Border Width 

,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"

style1,				// Properties Array - this is set higher up, as above

1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)

"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center

"",					// Filter - Text variable for setting transitional effects on menu activation - see above for more info

,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)

1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)

,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)

,					// Position of TOP sub image left:center:right

,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)

,					// Right To Left - Used in Hebrew for example. (1=on/0=off)

,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)

,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)

,					// Reserved for future use

,					// Reserved for future use

,					// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","http://www.premierfitness.ca/",,"",1

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Premier&nbsp;Clubs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=clubs",,"Premier Locations",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mademoiselle&nbsp;Clubs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=madspa",,"Mademoiselle Spa Locations",1

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Services&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=services",,"Services",1

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Activities&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=activities",,"Activities",1

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;About&nbsp;Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about",,"",1

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Memberships&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=howto",,"",1

,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Health&nbsp;Information&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=health",,"Health Information",1

//,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Notice&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=notice",,"Notice",1

])

	addmenu(menu=["clubs",

	,,180,1,"",style4,,"left","",,,,,,,,,,,,

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Brampton Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=brampton",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Brockville Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=brockville",,,1

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Burlington Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=burlington",,,1

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Etobicoke Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=etobicoke",,,1

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Hamilton Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=hamilton",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Kingston Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=kingston",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;London Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=london",,,1
	/*,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Markham Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=markham",,,1*/

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Mississauga Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=mississauga",,,1
		,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Milton Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=milton",,,1
		
		,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Newmarket Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=newmarket",,,1

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Oakville Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=oakville",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Oshawa Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=oshawa",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Ottawa Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=ottawa",,,1

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Scarborough Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=scarborough",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;St. Catharines Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=stcath",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Stoney Creek Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=stoney",,,1

	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Toronto Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=toronto",,,1
	,"<img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Whitby Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=whitby",,,1
	,"<img src='../master/images/red.gif' width=178 border=0>","show-menu=future",,,1

	])
			addmenu(menu=["toronto",,,120,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1 Blue Jays Way","../club-toronto-bluejays/index.html",,,1

			,"3003 Danforth Ave.","../club-toronto-danforth/index.html",,,1

			,"Yorkdale Mall","../club-toronto-yorkdale/index.html",,,1

			])
			
			addmenu(menu=["london",,,150,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1295 Highbury Ave.","../club-london-highbury/index.html",,,1

			])
			 addmenu(menu=["kingston",,,150,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1300 Bath Road.","../club-kingston-bath_rd/index.html",,,1

			])

			addmenu(menu=["scarborough",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"1399 Kennedy Rd.","../club-scarborough-kennedy/index.html",,,1
			
			])
			 addmenu(menu=["stcath",,,220,1,,style2,0,"left","",0,,,,,,,,,,,
			,"366 Bunting Road.","../club-stcath-bunting/index.html",,,1

			])

			addmenu(menu=["mississauga",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1100 Burnhamthorpe Rd. West","../club-miss-burnhamthorpe1100/index.html",,,1

			,"3100 Dixie Rd. at Dundas","../club-miss-dixie/index.html",,,1

			,"6460 Millcreek Dr. - (at Erin Mills)","../club-miss-millcreek/index.html",,,1
			,"6677 Meadowvale Town Centre","../club-miss-meadowvale/index.html",,,1

			])
			
			addmenu(menu=["milton",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"RioCan Centre 1035 Maple Avenue","../club-milton/index.html",,,1

			])
			

			addmenu(menu=["brampton",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"40-B Hansen Rd.","../club-brampton-hansen/index.html",,,1

			,"25 Kings Cross","http://www.regencyfitness.ca",,,1

			])
			
			addmenu(menu=["brockville",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1000 Islands Mall 2399 Parkdale Ave.","../club-brockville/index.html",,,1

			])

			addmenu(menu=["burlington",,,120,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1250 Brant Str.","../club-burlington-brant/index.html",,,1

			,"3430 Fairview Str.","../club-burlington-fairview/index.html",,,1

			])

			addmenu(menu=["oakville",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"474 Iroquois Shore","../club-oakville-iroquois/index.html",,,1
			,"2395 Tragalgar Rd.","../club-247/index.html",,,1

			])

			addmenu(menu=["etobicoke",,,170,1,,style2,0,"left","",0,,,,,,,,,,,

			,"10 Carlson Court","../club-etobicoke-carlson/index.html",,,1

			,"1040 Islington Ave.","../club-etobicoke-islington/index.html",,,1
			])
			/*addmenu(menu=["markham",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"60 Esna Park Dr.","../club-markham-esnapark/index.html",,,1
			])*/
			addmenu(menu=["hamilton",,,250,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1389 Upper James - (at Stonechurch Rd.)","../club-hamilton-upperjames/index.html",,,1

			,"635 Upper Wentworth","../club-hamilton-upperwentworth/index.html",,,1
			,"221 York - (at Hess)","../club-hamilton-york/index.html",,,1
			])
			addmenu(menu=["stoney",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"100 Centennial Pkwy. S.","../club-stoneycreek-centennial/index.html",,,1
			])
			addmenu(menu=["ottawa",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"2121 Carling Ave.","../club-ottawa-carling/index.html",,,1
			])
			addmenu(menu=["oshawa",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"5 Points Mall","../club-oshawa-5point/index.html",,,1
			])
			addmenu(menu=["whitby",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"Taunton and Garden","../club-whitby-taunton/index.html",,,1
			])
			addmenu(menu=["newmarket",,,150,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1111 Davis Drive","../club-newmarket-davis/index.html",,,1
			])
			addmenu(menu=["future",,,370,1,,style3,0,"left","",0,,,,,,,,,,,
			<!--,"Mississauga 3100 Dixie at Dundas <br> Grand Opening Monday May 12, 2008<br>6:30 to 9:30pm","/club-miss-dixie/index.html",,,1-->
			<!--,"North York - Opening May 2007","",,,1-->
			,"Newmarket - NOW OPEN!","/club-newmarket-davis/index.html",,,1
			,"Oakville North - NOW OPEN!","../club-oakville-trafalgar/index.html",,,		
			,"Brampton North -  GRAND OPENING March 30th 6:00PM - 9:00PM","/club-brampton-kingscross/index.html",,,1
			<!--,"Brampton - Opening Mar 15, 2008","",,,1-->
			<!--,"Burlington - Opening Apr 15, 2008","",,,1	-->
			,"Whitby - Opening Fall 2009","../club-whitby-taunton/index.html",,,1
			
			])
					addmenu(menu=["futtor",,,200,1,,style3,0,"left","",0,,,,,,,,,,,
					,"Avenue & Bloor - Opening Oct. 2003","",,,1
					,"High Park - Opening Dec. 2003","",,,1
					])

	addmenu(menu=["services",,,275,1,,style2,0,"left","",0,,,,,,,,,,,
				   // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
			,"&nbsp;&nbsp;Booster Juice Bars","../services/booster.html",,,1
			,"&nbsp;&nbsp;Childcare Centres","../services/childcare.html",,,1
			,"&nbsp;&nbsp;Day Spas (Tanning, Massage, Aesthetics & Hair)","../services/dayspas.html",,,1
			,"&nbsp;&nbsp;Intelligent Prescriptive Fitness Program&#8482;","../services/ipf.html",,,1
			,"&nbsp;&nbsp;Intelligent Prescriptive Nutrition (IPN) Program&#8482;","../services/ipn1.htm",,,1
			,"&nbsp;&nbsp;Dr. Weight Loss","../services/drw1.html",,,1
			,"&nbsp;&nbsp;Personal Training","show-menu=pt",,,1
			,"&nbsp;&nbsp;Pro Shops (Premier Bodywear)","../services/proshop.html",,,1
			])
				addmenu(menu=["pt",,,180,1,,style2,0,"left","",0,,,,,,,,,,,
					,"Personal Training - In Club","../services/ptc.html",,,1
					,"Personal Training - At Home","../services/pth.html",,,1
					])

			addmenu(menu=["activities",,,225,1,,style2,0,"left","",0,,,,,,,,,,,
			,"&nbsp;&nbsp;Aerobics & Group Classes<BR>","../services/aerobics.html",,,1
			,"&nbsp;&nbsp;Boxing for Fitness Program<BR>","../services/boxing.html",,,1
			,"&nbsp;&nbsp;Cycling Program<BR>","../services/cycling.html",,,1
			,"&nbsp;&nbsp;Indoor Running Tracks","../services/indoor.html",,,1
			,"&nbsp;&nbsp;MedX Training Programs<BR>","../services/medx.html",,,1
			,"&nbsp;&nbsp;Pre & Post Natal Classes<BR>","../services/prenatal.html",,,1
			,"&nbsp;&nbsp;Senior's Program<BR>","../services/seniors.html",,,1
			,"&nbsp;&nbsp;Squash & Raquetball<BR>","../services/squash.html",,,1
			,"&nbsp;&nbsp;Swimming<BR>","../services/aquatic.html",,,1
			,"&nbsp;&nbsp;Yoga & Pilates","../services/yoga.html",,,1
			])				
			addmenu(menu=["about",,,220,1,,style2,0,"left","",0,,,,,,,,,,,
			,"Overview","../overview.html",,,1
			,"Press Room","../media.php",,,1
			,"Club Video","../video.html",,,1
			,"Careers","../contact/career.html",,,1
			,"Contact Us","../about/contact_us.php",,,1
			
			])

				    addmenu(menu=["open",,,220,1,,style2,0,"left","",0,,,,,,,,,,,
							,"Sandalwood Pkwy, Brampton - July 15th","http://www.premierfitness.ca/about/grandopenings.html",,,1
							])							
	addmenu(menu=["howto",,,180,1,,style2,0,"left","",0,,,,,,,,,,,
			,"Join Online","http://www.premierfitness.ca/join",,,1
			,"Corporate Memberships","../membership/corpmemberships.html",,,1

			,"Frequently Asked Questions","../membership/faq.html",,,1
			,"Top 10 Best Reasons to Join Premier Fitness","../top10reasons.html",,,1


			])

			addmenu(menu=["faq",,,120,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Under Construction","",,,1

			])
			
	addmenu(menu=["health",,,180,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Featured Articles","http://www.premierfitness.ca/health_information.html",,,1
			,"Frequently Asked Exercise & Nutrition Questions","http://www.premierfitness.ca/faq_health_nutrition.html",,,1

			])
	addmenu(menu=["notice",,,180,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Premier is pleased to announce the successful conclusion of advertising agreement","http://www.premierfitness.ca/about/article49.html",,,1
			,"Notice","http://www.premierfitness.ca/about/notice.html",,,1

			])
					
			

	addmenu(menu=["contact",,,180,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Club Contact Information","../contact/index.html",,,1

			,"Corporate Head Office","../about/corphead.html",,,1

			,"Marketing & Advertising","../about/marketing.html",,,1

			,"Media & Public Relations","../about/media.html",,,1

			,"Real Estate & Business Development","../about/realestate.html",,,1

			,"Financial & Accounting","../about/financial.html",,,1

			,"Corporate Memberships","../about/corpmember.html",,,1

			,"Equipment Purchasing","../contact/usedeq.html",,,1

			])

	/*addmenu(menu=["shop",,,120,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Learning Centre Is Under Construction","",,,1
			,"Fitness Philosophy","",,,1
			,"Health & Fitness Articles","",,,1
			,"Ask the Premier Expert: Nutrition","",,,1
			,"Ask the Premier Expert: Training","",,,1
			,"Success Stories","show-menu=success",,,1

			])*/


	addmenu(menu=["success",,,170,1,,style2,0,"left","",0,,,,,,,,,,,

			,"New evidence that Vitamin D may prevent cancer","../about/article19.html",,,1
			,"The Obesity Crisis--The state of Canadians&rsquo; health","../about/article07.html",,,1
			,"Canadians' health just so-so","/success/obesity.html",,,1			
			/*,"Canadians' Health Just So-So","../success/obesity.html",,,1*/

			])

	addmenu(menu=["madspa",

	,,180,1,"",style4,,"left","",,,,,,,,,,,,

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Brampton Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madbrampton",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Brockville Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madbrockville",,,1

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Burlington Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madburlington",,,1

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Etobicoke Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madetobicoke",,,1

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Hamilton Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madhamilton",,,1
	/*," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Markham Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madmarkham",,,1*/
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;London Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madlondon",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Mississauga Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madmississauga",,,1
		," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Milton Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madmilton",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Newmarket Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madnewmarket",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Oakville Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madoakville",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Oshawa Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madoshawa",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;St. Catharines Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madstcath",,,1

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Scarborough Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madscarborough",,,1

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Stoney Creek Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madstoney",,,1

	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Toronto Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madtoronto",,,1
	," <img src='../master/images/spacer.gif' height=5><Br><img src='../master/images/spacer.gif' width=5>&nbsp;&nbsp;Whitby Locations<BR><img src='../master/images/spacer.gif' height=5>","show-menu=madwhitby",,,1
	,"<img src='../master/images/red.gif' width=178 border=0>","show-menu=madfuture",,,1

	])
			addmenu(menu=["madtoronto",,,120,1,,style2,0,"left","",0,,,,,,,,,,,
			,"3003 Danforth Ave.","../club-toronto-danforth/index.html",,,1

			])

			addmenu(menu=["madlondon",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Westminster Centre, 332 Wellington Rd.","../madspa-london-westminster/index.html",,,1
			,"1295 Highbury Ave.","../madspa-london-highbury/index.html",,,1
			])
			addmenu(menu=["madnewmarket",,,150,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1111 Davis Drive","../madspa-newmarket-davis/index.html",,,1
			])
			addmenu(menu=["madscarborough",,,150,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1399 Kennedy Rd.","../madspa-scarborough-kennedy/index.html",,,1

			])
			addmenu(menu=["madwhitby",,,150,1,,style2,0,"left","",0,,,,,,,,,,,

			,"Taunton and Garden","../club-whitby-taunton/index.html",,,1

			])
			addmenu(menu=["madmilton",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"RioCan Centre 1035 Maple Avenue","../madspa-milton/index.html",,,1

			])
			
			
			
			
			addmenu(menu=["madmississauga",,,220,1,,style2,0,"left","",0,,,,,,,,,,,
			,"3100 Dixie Rd. at Dundas","../club-miss-dixie/index.html",,,1
			,"1100 Burnhamthorpe Rd. West","../madspa-miss-burnhamthorpe1100/index.html",,,1
			,"6460 Millcreek Dr. - (at Erin Mills)","../madspa-miss-millcreek/index.html",,,1
			,"6677 Meadowvale Town Centre","../madspa-miss-meadowvale/index.html",,,1
			,"2225 Erin Mills Parkway (Sheridan Centre)","../madspa-mississauga-sheridan/index.html",,,1

			])

			addmenu(menu=["madbrampton",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"40-B Hansen Rd. S.","../madspa-brampton-hansen/index.html",,,1

			,"25 Kings Cross","http://www.regencyfitness.ca",,,1

			,"170 Sandalwood Pkwy. - (at Kennedy)","../madspa-brampton-sandalwood/index.html",,,1

			])
			addmenu(menu=["madbrockville",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1000 Islands Mall 2399 Parkdale Ave.","../madspa-brockville/index.html",,,1

			])

			addmenu(menu=["madburlington",,,120,1,,style2,0,"left","",0,,,,,,,,,,,

			,"2180 Itabashi Way","../madspa-burlington-apple/index.html",,,1
			,"1250 Brant Str.","../madspa-burlington-brant/index.html",,,1

			,"3430 Fairview Str.","../madspa-burlington-fairview/index.html",,,1

			])

			addmenu(menu=["madoakville",,,220,1,,style2,0,"left","",0,,,,,,,,,,,

			,"125 Cross Ave.","../club-oakville-crossavenue/index.html",,,1

			,"474 Iroquois Shore","../madspa-oakville-iroquois/index.html",,,1
			,"2396 Trafalgar Rd.","../madspa-oakville-trafalgar/index.html",,,1

			])

			addmenu(menu=["madetobicoke",,,170,1,,style2,0,"left","",0,,,,,,,,,,,

			,"1040 Islington Ave.","../madspa-etobicoke-islington/index.html",,,1
			])
			addmenu(menu=["madstcath",,,220,1,,style2,0,"left","",0,,,,,,,,,,,
			,"221 Glendale Ave. - (in Pen Centre)","../madspa-stcath-pencentre/index.html",,,1
			,"400 Scott Street - (Grantham Plaza)","../club-stcath-grantham/index.html",,,1
			,"366 Bunting Road.","../madspa-stcath-bunting/index.html",,,1
			])
			/*addmenu(menu=["madmarkham",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"60 Esna Park Dr.","../madspa-markham-esnapark/index.html",,,1
			])*/
			addmenu(menu=["madhamilton",,,220,1,,style2,0,"left","",0,,,,,,,,,,,
			,"635 Upper Wentworth","../madspa-hamilton-upperwentworth/index.html",,,1
			,"221 York (at Hess) Opening Spring 2006","",,,1
			,"1389 Upper James - (at Stonechurch)","",,,1
			])
			addmenu(menu=["madstoney",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"100 Centennial Pkwy. S.","../madspa-stoneycreek-centennial/index.html",,,1
			])
			addmenu(menu=["madoshawa",,,150,1,,style2,0,"left","",0,,,,,,,,,,,
			,"5 Points Mall","../madspa-oshawa-5point/index.html",,,1
			])
			addmenu(menu=["madfuture",,,370,1,,style3,0,"left","",0,,,,,,,,,,,
			,"Newmarket - NOW OPEN!","/club-newmarket-davis/index.html",,,1	
			,"Brampton North -  GRAND OPENING March 30th 6:00PM - 9:00PM","/club-brampton-kingscross/index.html",,,1
			<!--,"Brampton - Opening Mar 15, 2008","",,,1-->
			<!--,"Burlington - Opening Apr 15, 2008","",,,1	-->
			,"Whitby - Opening Fall 2009","../club-whitby-taunton/index.html",,,1
			
			])
dumpmenus()

