// preload des images du menu gauche
var preload2 = new Image();
preload2.src = "/fashion_plm/pictures/design/menu2.gif";
var preload3 = new Image();
preload3.src = "/fashion_plm/pictures/design/menu3.gif";
var preload4 = new Image();
preload4.src = "/fashion_plm/pictures/design/menu4.gif";
var strTmpBG, strTmpBG2

// positionnement du menu sur la page en cours
if (typeof(window['pageid']) != "undefined") {
  if (document.getElementById(pageid)) {
    document.getElementById(pageid).style.backgroundImage = "url(/fashion_plm/pictures/design/menu4.gif)";
  }
}

function go(url) {
	document.location = url;
}
function flip_img1(cel) {
	if (cel.id !== pageid) {
		strTmpBG = cel.style.backgroundImage;
		cel.style.backgroundImage = "url(/fashion_plm/pictures/design/menu4.gif)";
	}
}
function flip_img2(cel) {
	if (cel.id !== pageid) {
		cel.style.backgroundImage = strTmpBG;
	}
}

function flip_event01(cel) {
	if (cel.id !== pageid) {
		strTmpBG2 = cel.style.backgroundImage;
		cel.style.backgroundImage = "url(/fashion_plm/pictures/background/design_events01.gif)";
	}
}

function flip_event02(cel) {
	if (cel.id !== pageid) {
		strTmpBG2 = cel.style.backgroundImage;
		cel.style.backgroundImage = "url(/fashion_plm/pictures/background/design_events02.gif)";
	}
}
