//Chargement des animations flashfunction charge_flash_contenu(lienSWF, divSWF, largeurSWF, hauteurSWF) {	var movie_flash = new SWFObject(lienSWF, "movie_flash", largeurSWF.toString(), hauteurSWF.toString(), "6", "#FFFFFF");	movie_flash.write(divSWF);}//Changement taille de la police par d\u00E9faut//Petite police - 14px - Moyenne police - 16px - Grande police 18pxfunction select_font_size(size){var d = document.getElementById("content");if (d) {	switch (size)	{	case "small":  	d.style.fontSize='14px';  	break	case "middle":  	d.style.fontSize='16px';  	break	case "great":  	d.style.fontSize='18px';  	break	default :  	d.style.fontSize='16px';	}}}/*Cette fonction est ex\u00E9cut\u00E9e quant l\u2019internaute clique sur le bouton OK dans la rubrique R\u00E9f\u00E9rence, elle re\u00E7oit en argument l\u2019url string courante.Elle r\u00E9cup\u00E8re les valeurs s\u00E9lectionn\u00E9e dans la liste des pays et des p\u00E9riodes et lance l\u2019agent de cr\u00E9ation des pages web avec les nouveaux param\u00E8tres.*/function doSearchRef(UNID, contexte, lang, font){var parmaters;// ag_Creation_Page?OpenAgent&rubrique=reference&lang=fr&font=middle//&UNID//&contexte//&rubrique=reference//&lang//&fontvar PaysIndex = document.forms[0].Pays.selectedIndex;var PaysText = document.forms[0].Pays.options[ PaysIndex ].text;var PeriodeIndex = document.forms[0].Periode.selectedIndex;var PeriodeText = document.forms[0].Periode.options[ PeriodeIndex ].text;parameters = '&UNID='+UNID+'&contexte='+contexte+'&rubrique=reference&lang='+lang+'&font='+font+'&Pays='+PaysText +'&Periode='+PeriodeText ;window.location.href='./ag_Creation_Page?OpenAgent' + parameters}/*********************************************************************************************************/function ouvrirReponseContact( titre, lang, strPrenom, strNom) {   var srv = window.location.hostname;   var db = location.href.substring(0,location.href.toUpperCase().search(".NSF")+4)+"/"    var myURL;  //var myURL = db +"mReponseContact?OpenForm&lang=" + lang + "&prenom=" + prenom + "&nom=" +nom;       strPrenom = strPrenom.replace(/" "/i, "-")	var myURL = db +"mReponseContact?OpenForm&lang=" + lang + "&strPrenom=" + strPrenom+ "&strNom=" +strNom;   window.location.href = myURL;}/*********************************************************************************************************/function ouvrirReponseDemande( titre, lang, strPrenom, strNom) {   var srv = window.location.hostname;   var db = location.href.substring(0,location.href.toUpperCase().search(".NSF")+4)+"/"    var myURL;  //var myURL = db +"mReponseContact?OpenForm&lang=" + lang + "&prenom=" + prenom + "&nom=" +nom;       strPrenom = strPrenom.replace(/" "/i, "-")	var myURL = db +"mReponseDemande?OpenForm&lang=" + lang + "&strPrenom=" + strPrenom+ "&strNom=" +strNom;   window.location.href = myURL;}/*********************************************************************************************************/function ouvrirContact( titre, lang) {   var srv = window.location.hostname;   var db = location.href.substring(0,location.href.toUpperCase().search(".NSF")+4)+"/"    var myURL;   var myURL = db +"mcontact?OpenForm&lang=" + lang;   window.location.href = myURL;//open( myURL, titre, 'width=850,height=560,toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=no,resizable=yes');}function OuvrirOffre( id, lang ){   var srv = window.location.hostname;   var db = location.href.substring(0,location.href.toUpperCase().search(".NSF")+4)+"/"    var myURL = db +"ag_Creation_Page?OpenAgent&contexte=1&rubrique=nousrejoindre&UNID_OFFRE="+ id+"&font=middle";   myURL = myURL + "&lang=" + lang;   window.location.href = myURL;}function Postuler( reference , lang){   var srv = window.location.hostname;   var db = location.href.substring(0,location.href.toUpperCase().search(".NSF")+4)+"/"    var myURL = db +"mdemande?OpenForm&ref=" + reference + "&lang="+lang;   window.location.href = myURL;//open( myURL, "Freyssinet", 'width=850,height=600,toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes');}