//<!--
// Afficher le titre dans la bas bleu du navagiateur (en haut du navigateur)
document.title = 'TRÉAQFP - Table des responsables de l\'éducation des adultes et de la formation professionnelle des commissions scolaires du Québec';

aryMenuGauche = new Array();
aryMenuGauche[0] = new Array(5); 
aryMenuGauche[1] = new Array(5); 
aryMenuGauche[2] = new Array(5); 
aryMenuGauche[3] = new Array(5); 
aryMenuGauche[4] = new Array(5); 
aryMenuGauche[5] = new Array(5); 

// [FS] 2008-03-17 --> DANS FGA, Lynda a enlevé le menu Offre de formations (106/106d.asp;)

// [LL] 2008-03-17 --> DANS FP-FG-SAE, Johanne a demandé d'enlever les TRTEAQFP.COM (106/106d.asp;)
aryMenuGauche[0][0]="Formation professionnelle"; aryMenuGauche[0][1]="105/default.asp"; aryMenuGauche[0][2]="images/menu_gauche/bt_gauche_01.gif"; aryMenuGauche[0][3]="images/menu_gauche/bt_gauche_ov_01.gif"; aryMenuGauche[0][4]="Le réseau des agents de liaison;Matériel sur l\’apprentissage en enseignement individualisé;Les bons coups des commissions scolaires « Les jeunes et la FP »"; aryMenuGauche[0][5]="105/105c.asp;105/105e.asp;105/105f/105f_1.asp;treaqfp_com/default.asp#FP";
aryMenuGauche[1][0]="Formation générale des adultes"; aryMenuGauche[1][1]="106/default.asp"; aryMenuGauche[1][2]="images/menu_gauche/bt_gauche_02.gif"; aryMenuGauche[1][3]="images/menu_gauche/bt_gauche_ov_02.gif"; aryMenuGauche[1][4]="Formation de base;Francisation;Renouveau pédagogique;Statistiques;L'outil pédagogique Hebdo-Info;Les bons coups des commissions scolaires;Bulletins virtuels;Les secrets de la communication"; aryMenuGauche[1][5]="106/106a.asp;106/106p.asp;106/106m.asp;106/106j.asp;106/106b.asp;106/106f/106f_1.asp;treaqfp_com/default.asp#FGA;Bulletin/default.htm;106/106k.asp"; 
aryMenuGauche[2][0]="Service aux entreprises(SAE)"; aryMenuGauche[2][1]="107/default.asp"; aryMenuGauche[2][2]="images/menu_gauche/bt_gauche_03.gif"; aryMenuGauche[2][3]="images/menu_gauche/bt_gauche_ov_03.gif"; aryMenuGauche[2][4]="Comité service aux entreprises et groupes de travail;Guide pour le développement des services aux entreprises;Comité sur les compétences essentielles et la formation de base en entreprise;Répertoire des réalisations pour la formation de base en entreprise"; aryMenuGauche[2][5]="107/107g.asp;107/107a.asp;107/107b.asp;107/107h.asp;treaqfp_com/default.asp#SAE";
aryMenuGauche[3][0]="Services d\'évaluation des acquis scolaires"; aryMenuGauche[3][1]="108/default.asp"; aryMenuGauche[3][2]="images/menu_gauche/bt_gauche_04.gif"; aryMenuGauche[3][3]="images/menu_gauche/bt_gauche_ov_04.gif"; aryMenuGauche[3][4]=""; aryMenuGauche[3][5]="";
aryMenuGauche[4][0]="Liens utiles"; aryMenuGauche[4][1]="109/default.asp"; aryMenuGauche[4][2]="images/menu_gauche/bt_gauche_05.gif"; aryMenuGauche[4][3]="images/menu_gauche/bt_gauche_ov_05.gif"; aryMenuGauche[4][4]="Commissions scolaires francophones;Commissions scolaires anglophones;Commissions scolaires à statut particulier"; aryMenuGauche[4][5]="109/109a.asp;109/109b.asp;109/109c.asp";
aryMenuGauche[5][0]="Section membres"; aryMenuGauche[5][1]="110/default.asp"; aryMenuGauche[5][2]="images/menu_gauche/bt_gauche_06.gif"; aryMenuGauche[5][3]="images/menu_gauche/bt_gauche_ov_06.gif"; aryMenuGauche[5][4]=""; aryMenuGauche[5][5]="";
//aryMenu[][0]=""; aryMenu[][1]=""; aryMenu[][2]=""; aryMenu[][3]="";

function AfficherMenuGauche(sNiveau, iSectionSelected, iSectionSecondSelected) {
	var sOut = '';
	var strClassMenu = '';

	sOut += '<form name="frmRecherche" action="' + sNiveau + 'recherche.asp" method="post">';
	for (var i = 0; i < aryMenuGauche.length; i++) {
		i = parseInt(i);
		var sTitleUrl	= aryMenuGauche[i][0];
		var sTmpUrl		= aryMenuGauche[i][1];
		var sImgNormal	= sNiveau + aryMenuGauche[i][2];
		var sImgOver	= sNiveau + aryMenuGauche[i][3];
		var iSection	= sTmpUrl.substring(0, 3);
		sTmpUrl			= sNiveau + sTmpUrl;
		var sSousMenuTitre	= aryMenuGauche[i][4];
		var arySousMenuTitre= sSousMenuTitre.split(";");
		var sSousMenuLien	= aryMenuGauche[i][5];
		var arySousMenuLien	= sSousMenuLien.split(";");
		if (sSousMenuTitre != '') {
			var bolSousMenu = true;
		} else {
			var bolSousMenu = false;
		}
//alert(sTmpUrl + ' : ' + iSection + ' : ' + iSectionSelected + ' : ' + iSectionSecondSelected);
		if (sTmpUrl != '#') {
			if (iSectionSelected == iSection) {
				if (bolSousMenu) {
					sOut += '<a href="' + sNiveau + iSection + '/default.asp">';
				}
				sOut += AfficherImage(sImgOver, 'image' + i, sTitleUrl);
				if (bolSousMenu) {
					sOut += '</a>';
				}
				if (bolSousMenu) {
					sOut += '<table width="222" border="0" cellspacing="0" cellpadding="0">';
					for (var j = 0; j < arySousMenuTitre.length; j++) {
						var sSousMenuTitre		= arySousMenuTitre[j];
						var sSousMenuLien		= sNiveau + arySousMenuLien[j];
						var arySectionSection	= sSousMenuLien.split("/");
						var intTotRow			= arySectionSection.length -1;
						var iSectionSecond		= arySectionSection[intTotRow];
						var sImagePuce			= "";
						var sSplitTmp1			= iSectionSecond.substr(0,iSectionSecond.indexOf('.'));

/* [FS] 2007-08-14 - désactiver pour les modification de la section FGA
//	Vérifier pour mettre une puce dans le menu au page indiqué dans le code SECTION 106
						if (((sSousMenuLien.indexOf('106/106a.asp') >= 0) || (sSousMenuLien.indexOf('106/106b.asp') >= 0)) && (j >0) || (sSousMenuLien.indexOf('trousse/index.shtml') >= 0) || (sSousMenuLien.indexOf('106f/106f_1.asp') >= 0) || (sSousMenuLien.indexOf('106/106d.asp') >= 0) || (sSousMenuLien.indexOf('106/106j.asp') >= 0)) {
							var sImagePuce		= "&nbsp;&nbsp;<img src=\"" + sNiveau + "images/puce.gif\" width=\"12\" height=\"7\" border=\"0\">";
						} else {
							var sImagePuce		= "";
						} */
//alert(sSousMenuLien + ' : ' + sSousMenuLien.indexOf('treaqfp_com/default.asp') + ' : ' + sSousMenuLien.indexOf('#'));
						sOut += '<tr>';
						sOut += '<td align="left" valign="top" class="SousMenuGaucheFleche"></td>';
			// [FS] Modification 2005-12-01
			// s'assurer que le fichier default.asp ne sélectionne aucune section
// [FS] 2005-12-08 - patcher pour les pages 106f_2.asp, 106f_3.asp, 106f_4.asp et 106f_5.asp
// il faut faire la détection avec la page 106f_1.asp car c'est cette valeur qui est comparer dans aryMenuGauche[1][0] section 106
//						if ((iSectionSecondSelected.indexOf('106f_2.asp') >= 0) || (iSectionSecondSelected.indexOf('106f_3.asp') >= 0) || (iSectionSecondSelected.indexOf('106f_4.asp') >= 0) || (iSectionSecondSelected.indexOf('106f_5.asp') >= 0)) {
// [FS] 2005-12-08 - remplacé pour les prochains fichiers ajouter Carnet 6, 7, 8, 9, ...
// **** VOIR LIGNE 265 dans AfficherSousSection(sNiveau, iIDSectionSelected, iSectionSecondSelected) aryMenuGauche()
						if ((iSectionSecondSelected.indexOf('106f_') >= 0)) {
							iSectionSecondSelected = '106f_1.asp';
						}

//alert(iSectionSecond + ' : ' + iSectionSecondSelected + ' ==> ' + iSectionSecondSelected.indexOf(sSplitTmp1));
// [FS] 2007-08-15 - Régler le pb la section 106j.asp / 106j_1.asp / 106j_2.asp
//						if (iSectionSecondSelected.indexOf(sSplitTmp1) >= 0) {
// [FS] 2007-08-27 - Rétablir le tout car on avait default.asp.indexOf('default') = 0 donc il etait accepter pour TREAQFP.COM et Bulletins Virtuels (probleme houston) - replacer l'ancienne programmation
//alert(iSectionSecond + ' : ' + iSectionSecondSelected + '\n' + iSectionSecondSelected + ' : ' + sSplitTmp1 + ' : ' + iSectionSecondSelected.indexOf(sSplitTmp1));
						if ((iSectionSecond == iSectionSecondSelected) && (iSectionSecondSelected != 'default.asp')) {
							sOut += '<td align="left" valign="top" class="SousMenuGaucheIn">'  + sImagePuce + sSousMenuTitre + '</td>';
						} else {
//	Vérifier à mettre un target BLANK pour les pages Inscrites
							if ((sSousMenuLien.indexOf('trousse/index.shtml') >= 0) || (sSousMenuLien.indexOf('treaqfp_com/default.asp') >= 0) || (sSousMenuLien.indexOf('Bulletin/default.htm') >= 0)) {
								var sUrlOption = ' TARGET="_blank"';
							} else {
								var sUrlOption = '';
							}
							sOut += '<td align="left" valign="top" class="SousMenuGauchePadding">';
//	Vérifier si on a un lien valide (égale à zéro car cela permet de vérifier seulement href=# car on veut exclure les liens href=exemple.asp#test
							if (sSousMenuLien.indexOf('#') == 0) {
								sOut += sSousMenuTitre;
							} else {
								sOut += sImagePuce + '<a href="' + sSousMenuLien + '"' + sUrlOption + ' class="SousMenuGauche">' + sSousMenuTitre + '</a></td>';
							}
						}
						sOut += '</tr>';
					}
					sOut += '</table>';
				}
			} else {
				sOut += '<a href="' + sTmpUrl + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'image' + i + '\',\'\',\'' + sImgOver + '\',1)" title="' + sTitleUrl + '"><img src="' + sImgNormal + '" name="image' + i + '" border="0"></a>';
			}
		} else {
			sOut += AfficherImage(sImgOver, 'image' + i, sTitleUrl);
		}
	}
	sOut += '<div id="sectionRecherche"><br><input type="text" name="txtRecherche" id="recherche">&nbsp;<a href="javascript:RechercheSiteInternet(this.form);"><img src="' + sNiveau + 'images/bt_recherche.gif" width="24" height="24" border="0"></a></div>';
	sOut += '</form>';

	return sOut;
}

function RechercheSiteInternet(sForm) {
	var strRechercheTexte = document.frmRecherche.txtRecherche.value;
	if (strRechercheTexte == '') {
		alert('Vous devez entrer une information pour la recherche.');o
	} else {
		document.frmRecherche.submit();
	}
//	alert('Recherche site internet avec : ' + strRechercheTexte);
}

function AfficherImage(sFileImage, sNameImage, sTitleImage) {
	var sOut = '';

	if ((sFileImage != '') && (sNameImage != '')) {
		sOut += '<img src="' + sFileImage + '" name="' + sNameImage + '" border="0"';
		if (sTitleImage != '') {
			sOut += ' alt="' + sTitleImage + '" title="' + sTitleImage + '"';
		}
		sOut += '>';
	}
	return sOut;
}

aryMenuHaut = new Array();
aryMenuHaut[0] = new Array(5); 
aryMenuHaut[1] = new Array(5); 
aryMenuHaut[2] = new Array(5); 
aryMenuHaut[3] = new Array(5); 
aryMenuHaut[4] = new Array(5); 
aryMenuHaut[5] = new Array(5); 

aryMenuHaut[0][0]="Accueil"; aryMenuHaut[0][1]="menu.asp"; aryMenuHaut[0][2]="images/menu_haut/bt_haut_01.gif"; aryMenuHaut[0][3]="images/menu_haut/bt_haut_ov_01.gif"; aryMenuHaut[0][4]=""; aryMenuHaut[0][5]=""; aryMenuHaut[0][6]="";
aryMenuHaut[1][0]="Qui sommes-nous ?"; aryMenuHaut[1][1]="101/default.asp"; aryMenuHaut[1][2]="images/menu_haut/bt_haut_02.gif"; aryMenuHaut[1][3]="images/menu_haut/bt_haut_ov_02.gif"; aryMenuHaut[1][4]="Historique;Structure et fonctionnement;Comités;Membres;Les plus récentes réalisations;Rapport annuel;Statuts et règlements;Équipe permanente;Plan d\'action;Les prix Hommage"; aryMenuHaut[1][5]="101/101a.asp;101/101c.asp;101/101d.asp;101/101e.asp;101/101j.asp;101/101f.asp;101/101g.asp;101/101h.asp;101/PDF/Synthese_plan_action_10_11_13oct10.pdf;101/101i.asp;"; aryMenuHaut[1][6]="objQuiSommesNous;quisommesnous";
aryMenuHaut[2][0]="Bulletins"; aryMenuHaut[2][1]="113/bulletins.asp"; aryMenuHaut[2][2]="images/menu_haut/bt_haut_03.gif"; aryMenuHaut[2][3]="images/menu_haut/bt_haut_ov_03.gif"; aryMenuHaut[2][4]=""; aryMenuHaut[2][5]=""; aryMenuHaut[2][6]="";
aryMenuHaut[3][0]="Publications"; aryMenuHaut[3][1]="103/default.asp"; aryMenuHaut[3][2]="images/menu_haut/bt_haut_04.gif"; aryMenuHaut[3][3]="images/menu_haut/bt_haut_ov_04.gif"; aryMenuHaut[3][4]=""; aryMenuHaut[3][5]=""; aryMenuHaut[3][6]="";
aryMenuHaut[4][0]="Colloque annuel"; aryMenuHaut[4][1]="112/112a.asp"; aryMenuHaut[4][2]="images/menu_haut/bt_haut_06.gif"; aryMenuHaut[4][3]="images/menu_haut/bt_haut_ov_06.gif"; aryMenuHaut[4][4]="Colloque 2012;Colloque  s2011;Colloque 2010;Colloque 2009;Colloque 2008;Colloque 2007;Colloque 2006"; aryMenuHaut[4][5]="112/112h.asp;112/112g.asp;112/112f.asp;112/112e.asp;112/112d.asp;112/112a.asp;112/112be.asp"; aryMenuHaut[4][6]="objColloqueAnnuel;colloqueannuel";
aryMenuHaut[5][0]="Pour nous joindre"; aryMenuHaut[5][1]="104/default.asp"; aryMenuHaut[5][2]="images/menu_haut/bt_haut_05.gif"; aryMenuHaut[5][3]="images/menu_haut/bt_haut_ov_05.gif"; aryMenuHaut[5][4]=""; aryMenuHaut[5][5]="1"; aryMenuHaut[5][6]="";

function AfficherMenuNavigationSectionHaut(sNiveau, iIDSectionSelected, intSectionSecondSelected, sObject, sCss) {
	var sOut = '';

	for (var i = 0; i < aryMenuHaut.length; i++) {
		i = parseInt(i);
		var sTitleUrl = aryMenuHaut[i][0];
		var sTmpUrl = aryMenuHaut[i][1];
		var sImgNormal = aryMenuHaut[i][2];
		var sImgOver = aryMenuHaut[i][3];
		var aryImgName = sImgNormal.split("/");
		var sImgImage = aryImgName[2];
		var sImgName = sImgImage.substr(0,sImgImage.length-(".gif".length));

		var aryTmpIDSection = sTmpUrl.split("/");
		var iIDSection = aryTmpIDSection[0];

		var sObjectTmp = aryMenuHaut[i][6];
		var aryObject = sObjectTmp.split(";");

		if (aryObject.length == 2) {
			sObject = aryObject[0];	
			sCss = aryObject[1];
		} else {
			sObject = '';	
			sCss = '';
		}

		if (sTmpUrl != '#') {
			if ((iIDSection == 101) || (iIDSection == 112)) {
				var bolSousMenu = true;
				var sTmpSousMenu = ' onMouseOver="affichobjet(' + sObject + ', \'' + sCss + '\', findPosX(' + sImgName + ', \'' + sCss + '\'));" onMouseOut="cachobjet(' + sObject + ');"';
			} else {
				var bolSousMenu = false;
				var sTmpSousMenu = '';
			}

			if (iIDSectionSelected == iIDSection) {
				if (bolSousMenu) {
//					sOut += '<a href="' + sNiveau + iIDSection + '/default.asp">';
					sOut += '<a href="' + sNiveau + sTmpUrl + '">';
				}
				sOut += '<img src="' + sNiveau + sImgOver + '" name="' + sImgName + '" height="44" border="0" alt="' + sTitleUrl + '" title="' + sTitleUrl + '" ' + sTmpSousMenu + '>';
				if (bolSousMenu) {
					sOut += '</a>';
				}
			} else {
				if (sTmpUrl.indexOf('treaqfp_com/default.asp') >= 0) {
					var sUrlOption = ' TARGET="_blank"';
				} else {
					var sUrlOption = '';
				}
				sOut += '<a href="' + sNiveau + sTmpUrl + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'' + sImgName + '\',\'\',\'' + sNiveau + '' + sImgOver + '\',1)"' + sUrlOption + '><img src="' + sNiveau + sImgNormal + '" name="' + sImgName + '" height="44" border="0" alt="' + sTitleUrl + '" title="' + sTitleUrl + '"' + sTmpSousMenu + '></a>';
			}
		}
	}

	return sOut;
}

function AfficherCopyright() {
	var sOut = '';

	sOut += '<tr align="left" valign="top">';
	sOut += '<td style="padding-left:9px; padding-top : 10px; padding-bottom : 10px; border-top : 1px #000000 solid;"><span class="Copyright">&copy; Copyright 2005, </span><span class="CopyrightTREAQ">TR&Eacute;AQ</span><span class="CopyrightGras"><em>FP</em></span></td>';
	sOut += '<td align="right" valign="top" style="padding-right:15px; padding-top : 10px; padding-bottom : 10px; border-top : 1px #000000 solid;"><span class="Copyright">R&eacute;alisation : </span><a href="http://www.virtu-ose.net" target="_blank" class="CopyrightCourriel">Virtu-Ose</a></td>';
	sOut += '</tr>';

	return sOut;
}

// [FS] 2006-06-01 - permet de détecter un mot afin de le remplacer par un autre et seulement dans le id zoneimpression
// placer dans l'en-tête et à la fin du body pour trouver le id en question
// Source : GP2S.NET
function VerifierStringHTML(sNameId) {
	var arySplitTmp = new Array;
	var sWinHTML = document.getElementById(sNameId).innerHTML;
	var sTexteSearch = "GP2S";
	var sTexteReplace = "GP<sup>2</sup>S";

	arySplitTmp = sWinHTML.split(sTexteSearch);
	for (i=0; i < arySplitTmp.length; i++) {
		sWinHTML = sWinHTML.replace(sTexteSearch,sTexteReplace);
	}
	document.getElementById(sNameId).innerHTML = sWinHTML;
}

function AfficherSection(sNiveau, iIDSectionSelected, iSectionSecondSelected) {
//alert(sNiveau + ' : ' + iIDSectionSelected + ' : ' + iSectionSecondSelected );
	var sOut = '';
	var sUrlPathName = document.location.pathname;
	var sUrlHostName = document.location.hostname;
	if (sUrlHostName == '192.168.100.231') {
		sUrlPathName = sUrlPathName.replace('/treaqfp/','');
	}
	var arySplit = sUrlPathName.split('/');
	var iIDSectionFolder = 0;
	if (arySplit.length > 1) {
		iIDSectionFolder = arySplit[0];
		iSectionSecondSelected = iIDSectionFolder;
	}

	sOut += '<table width="100%" border="0" cellspacing="0" cellpadding="0">';
	sOut += '<tr align="left" valign="top">';
	sOut += '<td align="left" valign="top" width="537"><img src="' + sNiveau + 'images/sections/tit_' + iIDSectionSelected + '.gif" width="537" height="61"></td>';
	sOut += '<td background="' + sNiveau + 'images/sections/tit_ligne.gif">&nbsp;</td>';
	sOut += '<td width="20" align="right"><img src="' + sNiveau + 'images/sections/tit_droite.gif" width="20" height="61"></td>';
	sOut += '</tr>';
	sOut += '</table>';
	return sOut;
}

function AfficherSousSection(sNiveau, iIDSectionSelected, iSectionSecondSelected) {
	var sOut = '';
	var sUrlPathName = document.location.pathname;
	var sUrlHostName = document.location.hostname;
	if (sUrlHostName == '192.168.100.231') {
		sUrlPathName = sUrlPathName.replace('/treaqfp/','');
	}
	var arySplit = sUrlPathName.split('/');
	var iIDSectionFolder = 0;
	if (arySplit.length > 1) {
		iIDSectionFolder = arySplit[0];
	}

//alert(sNiveau + ' : ' + iIDSectionSelected + ' : ' + iSectionSecondSelected + ' ==> ' + iIDSectionFolder);
	if ((iIDSectionSelected >= 101) && (iIDSectionSelected <= 104)) {
		for (var i = 0; i < aryMenuHaut.length; i++) {
			i = parseInt(i);
			var sTitleUrl = aryMenuHaut[i][0];
			var sTmpUrl = aryMenuHaut[i][1];
			var iIDSection = sTmpUrl.substring(0, 3);
			var sSousMenuTitre	= aryMenuHaut[i][4];
			var arySousMenuTitre= sSousMenuTitre.split(";");
			var sSousMenuLien	= aryMenuHaut[i][5];
			var arySousMenuLien	= sSousMenuLien.split(";");
	
			if (sTmpUrl != '#') {
				if (iIDSectionSelected == iIDSection) {
					for (var j = 0; j < arySousMenuTitre.length; j++) {
						var sSousMenuTitre			= arySousMenuTitre[j];
						var sSousMenuLien			= sNiveau + arySousMenuLien[j];
						var arySousSectionTmpLien	= sSousMenuLien.split("/");
						var intTotRow				= arySousSectionTmpLien.length -1;
						var iSectionSecond			= arySousSectionTmpLien[intTotRow];

						if (iSectionSecond == iSectionSecondSelected) {
//							sOut += '<p></p><span class="TitreSousMenu">' + sSousMenuTitre + '</span>';
							break;
						}
					}
					break;
				}
			}
		}
//	[FS] 2005-12-02 
//	Ne pas faire afficher le sous-titre de la page default.asp
	} else if (iSectionSecondSelected != 'default.asp') {
		for (var i = 0; i < aryMenuGauche.length; i++) {
			i = parseInt(i);
			var sTitleUrl = aryMenuGauche[i][0];
			var sTmpUrl = aryMenuGauche[i][1];
			var iIDSection = sTmpUrl.substring(0, 3);
			var sSousMenuTitre	= aryMenuGauche[i][4];
			var arySousMenuTitre= sSousMenuTitre.split(";");
			var sSousMenuLien	= aryMenuGauche[i][5];
			var arySousMenuLien	= sSousMenuLien.split(";");
	
			if (sTmpUrl != '#') {
				if (iIDSectionSelected == iIDSection) {
					for (var j = 0; j < arySousMenuTitre.length; j++) {
						var sSousMenuTitre			= arySousMenuTitre[j];
						var sSousMenuLien			= sNiveau + arySousMenuLien[j];
						var arySousSectionTmpLien	= sSousMenuLien.split("/");
						var intTotRow				= arySousSectionTmpLien.length -1;
						var iSectionSecond			= arySousSectionTmpLien[intTotRow];
						var sSplitTmp1				= iSectionSecond.substr(0,iSectionSecond.indexOf('.'));
// voir note ligne 75
						if ((iSectionSecondSelected.indexOf('106f_') >= 0)) {
							iSectionSecondSelected = '106f_1.asp';
						} else if ((iSectionSecondSelected.indexOf('106p_') >= 0)) {
							iSectionSecondSelected = '106p_1.asp';
						}
						
//alert(sSousMenuLien);
// [FS] 2007-08-15 - Modifié pour pouvoir aller chercher la section 106j_1.asp, 106j_2.asp avec la section 106j.asp afin de faire afficher Statistiques
// [FS] 2007-08-15 - Régler le pb la section 106j.asp / 106j_1.asp / 106j_2.asp
//						if (iSectionSecond == iSectionSecondSelected) {
						if (iSectionSecondSelected.indexOf(sSplitTmp1) >= 0) {
							sOut += '<p></p><span class="TitreSousMenu">' + sSousMenuTitre + '</span>';
							break;
						}
					}
					break;
				}
			}
		}
	}

	return sOut;
}


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
-->
