
if (document.images) {

	contactbtnon = new Image(52,52);
	contactbtnon.src = "../images/buttons/contactbtn_ov.jpg";
	contactbtnoff = new Image(52,52);
	contactbtnoff.src = "../images/buttons/contactbtn_up.jpg";
	
	h_aboutbtnon = new Image(52,52);
	h_aboutbtnon.src = "../images/buttons/h_aboutbtn_ov.jpg";
	h_aboutbtnoff = new Image(52,52);
	h_aboutbtnoff.src = "../images/buttons/h_aboutbtn_up.jpg";
	
	h_homebtnon = new Image(52,52);
	h_homebtnon.src = "../images/buttons/h_homebtn_ov.jpg";
	h_homebtnoff = new Image(52,52);
	h_homebtnoff.src = "../images/buttons/h_homebtn_up.jpg";
	
	a_homeon = new Image(52,52);
	a_homeon.src = "../images/buttons/a_home_ov.jpg";
	a_homeoff = new Image(52,52);
	a_homeoff.src = "../images/buttons/a_home_up.jpg";
	
	a_abouton = new Image(52,52);
	a_abouton.src = "../images/buttons/a_about_ov.jpg";
	a_aboutoff = new Image(52,52);
	a_aboutoff.src = "../images/buttons/a_about_up.jpg";
	
	planningbtnon = new Image(52,52);
	planningbtnon.src = "../images/buttons/planningbtn_ov.jpg";
	planningbtnoff = new Image(52,52);
	planningbtnoff.src = "../images/buttons/planningbtn_up.jpg";
	
	registerbtnon = new Image(52,52);
	registerbtnon.src = "../images/buttons/registerbtn_ov.jpg";
	registerbtnoff = new Image(52,52);
	registerbtnoff.src = "../images/buttons/registerbtn_up.jpg";
	
	tradesbtnon = new Image(52,52);
	tradesbtnon.src = "../images/buttons/tradesbtn_ov.jpg";
	tradesbtnoff = new Image(52,52);
	tradesbtnoff.src = "../images/buttons/tradesbtn_up.jpg";
	
	upcomingbtnon = new Image(52,52);
	upcomingbtnon.src = "../images/buttons/upcomingbtn_ov.jpg";
	upcomingbtnoff = new Image(52,52);
	upcomingbtnoff.src = "../images/buttons/upcomingbtn_up.jpg";

	
	contactfrenchon = new Image(52,52);
	contactfrenchon.src = "../images/buttons/contactfrench_ov.jpg";
	contactfrenchoff = new Image(52,52);
	contactfrenchoff.src = "../images/buttons/contactfrench_up.jpg";
	
	
	
	h_aboutfrenchon = new Image(52,52);
	h_aboutfrenchon.src = "../images/buttons/h_aboutfrench_ov.jpg";
	h_aboutfrenchoff = new Image(52,52);
	h_aboutfrenchoff.src = "../images/buttons/h_aboutfrench_up.jpg";
	

	
	h_homefrenchon = new Image(52,52);
	h_homefrenchon.src = "../images/buttons/h_homefrench_ov.jpg";
	h_homefrenchoff = new Image(52,52);
	h_homefrenchoff.src = "../images/buttons/h_homefrench_up.jpg";
	
	
	
	planningfrenchon = new Image(52,52);
	planningfrenchon.src = "../images/buttons/planningfrench_ov.jpg";
	planningfrenchoff = new Image(52,52);
	planningfrenchoff.src = "../images/buttons/planningfrench_up.jpg";

	
	registerfrenchon = new Image(52,52);
	registerfrenchon.src = "../images/buttons/registerfrench_ov.jpg";
	registerfrenchoff = new Image(52,52);
	registerfrenchoff.src = "../images/buttons/registerfrench_up.jpg";
	
	
	tradesfrenchon = new Image(52,52);
	tradesfrenchon.src = "../images/buttons/tradesfrench_ov.jpg";
	tradesfrenchoff = new Image(52,52);
	tradesfrenchoff.src = "../images/buttons/tradesfrench_up.jpg";
	
	
	upcomingfrenchon = new Image(52,52);
	upcomingfrenchon.src = "../images/buttons/upcomingfrench_ov.jpg";
	upcomingfrenchoff = new Image(52,52);
	upcomingfrenchoff.src = "../images/buttons/upcomingfrench_up.jpg";
	
	
	
	
	
}

function rollOver(imgName) {
	if (document.images) {
	
		imgOn = eval(imgName + "on.src"); 
	document[imgName].src = imgOn;
	}
	
}
	function rollOff(imgName) {
	if (document.images) {
	imgOff = eval(imgName + "off.src");
		document[imgName].src = imgOff;
		}
		}
	
	
	

function picSelect(vName) {
	document.mainPic.src="images/gallery/" +  vName + ".jpg";

}






