// Sets the on and off backround colors for the td's of the menus
var menuBGOn = '#5a7da7';
var menuBGOff = '#1d3c6d';

// Function to Assign the relative path to images and links
if (whichLevel == 0) {
	var path = '';
} else {
	var path = '../';
}

navMenus = [
				[
					["navAbout"],
					["Skier's Edge", "" + path +"about_us/index.html"],
					["Aide aux équipes de ski", "" + path +"about_us/ski_team_support.html"],
					["Skier's Edge pour les enfants", "" + path +"products/pa_childrens_bar.html"]
				],
				
				[
					["navProducts"],
					["Produits", "" + path +"products/index.html"],
					["Big Mountain Series", "" + path +"products/big_mountain_series.html"],
					["Classic Series", "" + path +"products/classic_series.html"],
					["World Cup Plyometric Power", "" + path +"products/world_cup.html"],
					["Plateformes &amp; Accessoires", "" + path +"products/platforms_accessories.html"],
					["Autres Produits", "" + path +"products/other_products.html"],
					["30 Jours essai/3 ans de garantie", "" + path +"products/trial.html"]
				],
				
				[
					["navReviews"],
					["Les clients", "" + path +"rave_reviews/customers.html"],
					["Les experts", "" + path +"rave_reviews/experts.html"],
					["Les champions", "" + path +"rave_reviews/masters.html"],
					["Les pros", "" + path +"rave_reviews/pros.html"]
				],
				
				[
					["navEvents"],
					["Ski Shows", "" + path +"events/index.html"]
				],
				
				[
					["navInternational"]
				],
				
				[
					["navContact"],
					["Contact", "" + path +"contact_us/index.html"]
//					["Instant Feedback", "" + path +"contact_us/instant_feedback.html"]
				]
			]
