if(document.layers) {
	alert("This script works only with Internet Explorer + Firefox!")
}
function place_image()
{
var img_pos_left=(document.body.clientWidth-container_banner.width)/2 + 40;
//-- layer rouge --
document.write("<DIV ID='background' STYLE='width:347px; height:181px; background-color:red; position: absolute;top: 700px; left:"+img_pos_left+"px'></DIV>");
//-- layer image carte localit&eacute;s 3f et texte --
document.write("<DIV ID='fastlocatorimage' STYLE='visibility: visible;position: absolute;top: 700px; left:"+img_pos_left+"px'; z-index: 10;'><IMG SRC='../pics/carte_region.gif' BORDER='0' WIDTH='347' HEIGHT='181' ALT=''>");
}

function show(thiscolor) 
{
	if(document.all) 
	{
		document.all.fastlocatorimage.style.filter="chroma(color="+thiscolor+")";
	}
}

place_image();

