$(document).ready(function() {	
	var value = $("#search-box").attr("value");
	
	$("#search-box").bind("focus", function(){
		if( $("#search-box").attr("value") == value ){
			$("#search-box").attr("value", "");
		}
	});
	
	$("#search-box").bind("blur", function(){
		if( $("#search-box").attr("value") == "" ){
			$("#search-box").attr("value", value);	
		}
	});
	
	// load flash menu
	if ($("html").attr("lang") == "fr") {
		if ($("body").is(".m2")) {
			$("ul#main-nav li:eq(0)").html("<object width='67' height='26'><param name='movie' value='static/swf/a-proposHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/a-proposHover.swf' wmode='transparent' width='67' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(0)").html("<object width='67' height='26'><param name='movie' value='static/swf/a-propos.swf'><param name='wmode' value='transparent'><embed src='static/swf/a-propos.swf' wmode='transparent' width='67' height='26'></embed></object>");
		}
		if ($("body").is(".m3")) {
			$("ul#main-nav li:eq(1)").html("<object width='64' height='26'><param name='movie' value='static/swf/moteursHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/moteursHover.swf' wmode='transparent' width='64' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(1)").html("<object width='64' height='26'><param name='movie' value='static/swf/moteurs.swf'><param name='wmode' value='transparent'><embed src='static/swf/moteurs.swf' wmode='transparent' width='64' height='26'></embed></object>");
		}
		if ($("body").is(".m4")) {
			$("ul#main-nav li:eq(2)").html("<object width='82' height='26'><param name='movie' value='static/swf/automationHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/automationHover.swf' wmode='transparent' width='82' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(2)").html("<object width='82' height='26'><param name='movie' value='static/swf/automation.swf'><param name='wmode' value='transparent'><embed src='static/swf/automation.swf' wmode='transparent' width='82' height='26'></embed></object>");
		}
		if ($("body").is(".m5")) {
			$("ul#main-nav li:eq(3)").html("<object width='118' height='26'><param name='movie' value='static/swf/outillageHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/outillageHover.swf' wmode='transparent' width='118' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(3)").html("<object width='118' height='26'><param name='movie' value='static/swf/outillage.swf'><param name='wmode' value='transparent'><embed src='static/swf/outillage.swf' wmode='transparent' width='118' height='26'></embed></object>");
		}
		if ($("body").is(".m6")) {
			$("ul#main-nav li:eq(4)").html("<object width='110' height='26'><param name='movie' value='static/swf/contactHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/contactHover.swf' wmode='transparent' width='110' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(4)").html("<object width='110' height='26'><param name='movie' value='static/swf/contact.swf'><param name='wmode' value='transparent'><embed src='static/swf/contact.swf' wmode='transparent' width='110' height='26'></embed></object>");
		}	
	} else if ($("html").attr("lang") == "en") {
		if ($("body").is(".m102")) {
			$("ul#main-nav li:eq(0)").html("<object width='67' height='26'><param name='movie' value='static/swf/aboutHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/aboutHover.swf' wmode='transparent' width='67' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(0)").html("<object width='67' height='26'><param name='movie' value='static/swf/about.swf'><param name='wmode' value='transparent'><embed src='static/swf/about.swf' wmode='transparent' width='67' height='26'></embed></object>");
		}
		if ($("body").is(".m103")) {
			$("ul#main-nav li:eq(1)").html("<object width='64' height='26'><param name='movie' value='static/swf/motorsHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/motorsHover.swf' wmode='transparent' width='64' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(1)").html("<object width='64' height='26'><param name='movie' value='static/swf/motors.swf'><param name='wmode' value='transparent'><embed src='static/swf/motors.swf' wmode='transparent' width='64' height='26'></embed></object>");
		}
		if ($("body").is(".m104")) {
			$("ul#main-nav li:eq(2)").html("<object width='82' height='26'><param name='movie' value='static/swf/automationHover-en.swf'><param name='wmode' value='transparent'><embed src='static/swf/automationHover-en.swf' wmode='transparent' width='82' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(2)").html("<object width='82' height='26'><param name='movie' value='static/swf/automation-en.swf'><param name='wmode' value='transparent'><embed src='static/swf/automation-en.swf' wmode='transparent' width='82' height='26'></embed></object>");
		}
		if ($("body").is(".m105")) {
			$("ul#main-nav li:eq(3)").html("<object width='68' height='26'><param name='movie' value='static/swf/toolingHover.swf'><param name='wmode' value='transparent'><embed src='static/swf/toolingHover.swf' wmode='transparent' width='68' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(3)").html("<object width='68' height='26'><param name='movie' value='static/swf/tooling.swf'><param name='wmode' value='transparent'><embed src='static/swf/tooling.swf' wmode='transparent' width='68' height='26'></embed></object>");
		}
		if ($("body").is(".m106")) {
			$("ul#main-nav li:eq(4)").html("<object width='110' height='26'><param name='movie' value='static/swf/contactHover-en.swf'><param name='wmode' value='transparent'><embed src='static/swf/contactHover-en.swf' wmode='transparent' width='110' height='26'></embed></object>");
		} else {
			$("ul#main-nav li:eq(4)").html("<object width='110' height='26'><param name='movie' value='static/swf/contact-en.swf'><param name='wmode' value='transparent'><embed src='static/swf/contact-en.swf' wmode='transparent' width='110' height='26'></embed></object>");
		}
		
	}


	$(".page a#boutique img").hover(
		function(){
			$("a#boutique img").attr({src: "static/images/speciaux-hover.png"});
		},
		function(){
			$("a#boutique img").attr({src: "static/images/speciaux.png"});
		}
	);

	$(".page a#boutique-en img").hover(
		function(){
			$("a#boutique-en img").attr({src: "static/images/deals-hover.png"});
		},
		function(){
			$("a#boutique-en img").attr({src: "static/images/deals.png"});
		}
	);

});