<!-- // hide the JavaScript from older browsers	
	var path = "images/";
	
	welcome_on = new Image(114, 18);
	welcome_on.src = path + "welcome_on.gif";

	welcome_off = new Image(114, 18);
	welcome_off.src = path + "welcome_off.gif";
	
	what_on = new Image(114, 18);
	what_on.src = path + "what_we_do_on.gif";
	
	what_off = new Image(114, 18);
	what_off.src = path + "what_we_do_off.gif";
	
	train_on = new Image(114, 18);
	train_on.src = path + "training_on.gif";
	
	train_off = new Image(114, 18);
	train_off.src = path + "training_off.gif";
	
	consult_on = new Image(114, 18);
	consult_on.src = path + "consultancy_on.gif";
	
	consult_off = new Image(114, 18);
	consult_off.src = path + "consultancy_off.gif";
	
	cust_on = new Image(114, 18);
	cust_on.src = path + "cust_feedback_on.gif";
	
	cust_off = new Image(114, 18);
	cust_off.src = path + "cust_feedback_off.gif";
	
	tips_on = new Image(114, 18);
	tips_on.src = path + "top_tips_on.gif";
	
	tips_off = new Image(114, 18);
	tips_off.src = path + "top_tips_off.gif";
	
	free_on = new Image(114, 18);
	free_on.src = path + "more_free_ideas_on.gif";
	
	free_off = new Image(114, 18);
	free_off.src = path + "more_free_ideas_off.gif";
	
	contact_on = new Image(114, 18);
	contact_on.src = path + "contact_on.gif";
	
	contact_off = new Image(114, 18);
	contact_off.src = path + "contact_off.gif";
    
	register_on = new Image(114, 18);
	register_on.src = path + "register_on.gif";
	
	register_off = new Image(114, 18);
	register_off.src = path + "register_off.gif";

	home_on = new Image(114, 18);
	home_on.src = path + "home_on.gif";
	
	home_off = new Image(114, 18);
	home_off.src = path + "home_off.gif";

	sales_on = new Image(114, 18);
	sales_on.src = path + "sales_home_on.gif";
	
	sales_off = new Image(114, 18);
	sales_off.src = path + "sales_home_off.gif";

        home_on = new Image(114, 18);
	home_on.src = path + "home_on.gif";

	home_off = new Image(114, 18);
	home_off.src = path + "home_off.gif";
	
	ml_on = new Image(114, 18);
	ml_on.src = path + "ml_on.gif";
	
	ml_off = new Image(114, 18);
	ml_off.src = path + "ml_off.gif";

        testimonials_on = new Image(114, 18);
	testimonials_on.src = path + "testimonials_on.gif";

	testimonials_off = new Image(114, 18);
	testimonials_off.src = path + "testimonials_off.gif";
	
	// - stop hiding -->

