function vIE(){return (navigator.appName=='Microsoft Internet Explorer')?parseFloat((new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})")).exec(navigator.userAgent)[1]):-1;}
function placeBackground(){
	
	
	if( vIE() >6 || vIE() == -1){
		width1 = document.getElementById('designLeft').clientWidth + 573;
		width2 = document.getElementById('designLeft').clientWidth + 949;
	
		document.body.style.backgroundAttachment = "fixed";
		document.getElementById('designTable').style.backgroundAttachment = "fixed";
	
		document.getElementById('designContent').style.backgroundPosition = width1+"px top" ;
		document.getElementById('designContent').style.backgroundAttachment = "fixed";
	
		document.getElementById('designRight').style.backgroundPosition = width2+"px top" ;
		document.getElementById('designRight').style.backgroundAttachment = "fixed";
	}
	
}
window.onresize = function(event) { placeBackground(); }

function ChangeTitle(pSection, pTitle, pSubTitle){
	
	var SWFo = new SWFObject("swf/title.swf", "flash_title", "667", "48", "8");
	SWFo.addParam('wmode','transparent');
	SWFo.addVariable("title",pTitle);
	SWFo.addVariable("subTitle",pSubTitle);
    SWFo.addVariable("section",pSection);
	SWFo.write("flashTitle");
	
	
}

function ChangeSection(pSection){
	
	document.getElementById(pSection+"Table").style.display = "block";
	document.getElementById(pSection+"_L").innerHTML = "<img src='images/design/clearbox_vignette_selectL.png' alt='' />";
	document.getElementById(pSection+"_C").style.background = "url(images/design/clearbox_vignette_selectC.png) repeat-x";
	document.getElementById(pSection+"_R").innerHTML = "<img src='images/design/clearbox_vignette_selectR.png' alt='' />";
	
	if(pSection == "informations"){
		document.getElementById("specificationTable").style.display = "none";
		document.getElementById("specification_L").innerHTML = "<img src='images/design/clearbox_vignette_L.png' alt='' />";
		document.getElementById("specification_C").style.background = "url(images/design/clearbox_vignette_C.png) repeat-x";
		document.getElementById("specification_R").innerHTML = "<img src='images/design/clearbox_vignette_R.png' alt='' />";
		if(document.getElementById("specification2Table")){
			document.getElementById("specification2Table").style.display = "none";
			document.getElementById("specification2_L").innerHTML = "<img src='images/design/clearbox_vignette_L.png' alt='' />";
			document.getElementById("specification2_C").style.background = "url(images/design/clearbox_vignette_C.png) repeat-x";
			document.getElementById("specification2_R").innerHTML = "<img src='images/design/clearbox_vignette_R.png' alt='' />";
		}
	}
	else if(pSection == "specification"){
	 	document.getElementById("informationsTable").style.display = "none";
		document.getElementById("informations_L").innerHTML = "<img src='images/design/clearbox_vignette_L.png' alt='' />";
		document.getElementById("informations_C").style.background = "url(images/design/clearbox_vignette_C.png) repeat-x";
		document.getElementById("informations_R").innerHTML = "<img src='images/design/clearbox_vignette_R.png' alt='' />";
		if(document.getElementById("specification2Table")){
			document.getElementById("specification2Table").style.display = "none";
			document.getElementById("specification2_L").innerHTML = "<img src='images/design/clearbox_vignette_L.png' alt='' />";
			document.getElementById("specification2_C").style.background = "url(images/design/clearbox_vignette_C.png) repeat-x";
			document.getElementById("specification2_R").innerHTML = "<img src='images/design/clearbox_vignette_R.png' alt='' />";
		}
	}
	else{	
	 	document.getElementById("informationsTable").style.display = "none";
		document.getElementById("informations_L").innerHTML = "<img src='images/design/clearbox_vignette_L.png' alt='' />";
		document.getElementById("informations_C").style.background = "url(images/design/clearbox_vignette_C.png) repeat-x";
		document.getElementById("informations_R").innerHTML = "<img src='images/design/clearbox_vignette_R.png' alt='' />";
		document.getElementById("specificationTable").style.display = "none";
		document.getElementById("specification_L").innerHTML = "<img src='images/design/clearbox_vignette_L.png' alt='' />";
		document.getElementById("specification_C").style.background = "url(images/design/clearbox_vignette_C.png) repeat-x";
		document.getElementById("specification_R").innerHTML = "<img src='images/design/clearbox_vignette_R.png' alt='' />";
	}
	

	
}

function ChangePhoto(pPath,pTexte){
	document.getElementById('photoContent').innerHTML = '<img src="images/photos/'+pPath+'" alt="" /><br/>'+pTexte;
	
}

function OpenMenu(){
	document.getElementById("flash_header").style.height = "235px";
    document.getElementById("header").style.height= "235px";
}

function CloseMenu(){
    document.getElementById("flash_header").flashvars = "subMenu = false";
	document.getElementById("flash_header").style.height = "125px";
    document.getElementById("header").style.height= "125px";
}