
  // Application Context Path
  contextPath : ((window.contents != undefined) ? window.contextPath : "");

function changeTitre(newLang) {	
	document.images["titreEO"].src=contextPath+"/css/images/start/titre_eo_"+newLang+".png";
}
