// geci.js
// creation	2002-05-25
// mod			2002-12-20 11:24

// Note environnemnt
// NS4x		- pas supporte
// MZ1.0	- MacOS 10.15 - ssm espace item
// MZ1.1b	- MacOS 10.15 - ssm ok
// IE5.2	- MacOS 10.15 - ok

//COMP: Mac IE 5
var undefined

// =======================================================================================================
// =======================================================================================================

// -------------------------------------------------------------------------------
function PrefechtImageGeci_O () {
// -------------------------------------------------------------------------------

	// Methodes
	this.onLoad_V = prefechtImageOnLoadHandle_V
	this.onError_V = prefechtImageOnErrorHandle_V
	this.onAbort_V = prefechtImageOnAbortHandle_V

	// Etats
	this.states_O = {
		allProcessImages_B : false,		// devient vrai lorsque toutes les images seront charge
		countOnLoadImage_I : 0,			// 
		countOnErrorImage_I : 0,		//
		countOnAbortImage_I : 0, 		// 
		totalImagesToPrefecht_I : 0		// 
		}
		
	// Determine la base de reference de l'adresse url
	var url_S = window.location.href
	var urlRes_O = url_S.replace (/\\/,"/").match (/(.*\/)([^\/]+)\.(.*)/)
	if (urlRes_O != null) {
		this.baseRef_S = urlRes_O [1]
		this.baseFile_S = urlRes_O [2]
		this.type_S = urlRes_O [3]
		}
	else {
		if (top.geci_O.conf_O.afficheMessageErreur_B)
			alert ("erreur: format url inconnue")
		}

	// Vecteur images
	this.img_O = new Array ()
	this.imgOver_O = new Array ()

	// Menu principal
	this.img_O["Image1"]		= new Image () // A faire: width, height
	this.img_O["Image2"] 		= new Image ()
	this.img_O["Image3"] 		= new Image ()
	this.img_O["Image4"] 		= new Image ()
	this.img_O["Image5"] 		= new Image ()
	this.imgOver_O["Image1"] 	= new Image ()
	this.imgOver_O["Image2"] 	= new Image ()
	this.imgOver_O["Image3"] 	= new Image ()
	this.imgOver_O["Image4"] 	= new Image ()
	this.imgOver_O["Image5"] 	= new Image ()

	// plan et exercice
	this.img_O["Image6"] 		= new Image ()
	this.img_O["Image7"]	 	= new Image ()
	this.imgOver_O["Image6"] 	= new Image ()
	this.imgOver_O["Image7"] 	= new Image ()

	// sm present
	this.img_O["Image8"]		= new Image ()
	this.img_O["Image9"]		= new Image ()
	this.img_O["Image10"]		= new Image ()
	this.img_O["Image11"] 		= new Image ()

	// sm outils
	this.img_O["Image12"] 		= new Image ()
	this.img_O["Image13"] 		= new Image ()
	this.img_O["Image14"] 		= new Image ()
	this.img_O["Image15"] 		= new Image ()
	this.img_O["Image16"] 		= new Image ()
	this.img_O["Image17"] 		= new Image ()

	// sm courriel
	this.img_O["Image18"] 		= new Image ()
	this.img_O["Image19"] 		= new Image ()
	this.img_O["Image20"] 		= new Image ()
	this.img_O["Image21"] 		= new Image ()
	this.img_O["Image22"] 		= new Image ()

	// sm forum
	this.img_O["Image23"] 		= new Image ()
	this.img_O["Image24"] 		= new Image ()
	this.img_O["Image25"] 		= new Image ()
	this.img_O["Image26"] 		= new Image ()
	this.img_O["Image27"] 		= new Image ()
	this.imgOver_O["Image25"] 	= new Image ()
	this.imgOver_O["Image26"] 	= new Image ()

	// sm chat
	this.img_O["Image28"] 		= new Image ()
	this.img_O["Image29"] 		= new Image ()
	this.img_O["Image30"] 		= new Image ()
	this.img_O["Image31"] 		= new Image ()
	this.img_O["Image32"] 		= new Image ()
	this.imgOver_O["Image30"] 	= new Image ()
	this.imgOver_O["Image31"] 	= new Image ()
	
	// ssm 4c
	this.img_O["Image4c1"] 		= new Image ()
	this.img_O["Image4c2"] 		= new Image ()
	this.img_O["Image4c3"] 		= new Image ()
	this.img_O["Image4c4"] 		= new Image ()
	this.img_O["Image4c5"] 		= new Image ()
	this.img_O["Image4c6"] 		= new Image ()
	this.img_O["Image4c7"] 		= new Image ()
	this.img_O["Image4c8"] 		= new Image ()
	this.img_O["Image4c9"] 		= new Image ()
	this.img_O["Image4c10"] 	= new Image ()

	// ssm 4d
	this.img_O["Image4d1"] 		= new Image ()
	this.img_O["Image4d2"] 		= new Image ()

	// ssm 5c
	this.img_O["Image5c1"] 		= new Image ()
	this.img_O["Image5c2"] 		= new Image ()
	this.img_O["Image5c3"] 		= new Image ()

	// ssm 5d
	this.img_O["Image5d1"] 		= new Image ()
	this.img_O["Image5d2"] 		= new Image ()
	this.img_O["Image5d3"] 		= new Image ()
	this.img_O["Image5d4"] 		= new Image ()

	// ------------ Attache les gestionnaires aux images.
		
	// for (var obj_O in this.img_O) {
	//	this.states_O.totalImagesToPrefecht_I ++
	//	this.img_O[obj_O].onload = this.onLoad_V
	//	this.img_O[obj_O].onerror = this.onError_V
	//	this.img_O[obj_O].onabort = this.onAbort_V
	//	}

	//for (var obj_O in this.imgOver_O) {
	//	this.states_O.totalImagesToPrefecht_I ++
	//	this.imgOver_O[obj_O].onload = this.onLoad_V
	//	this.imgOver_O[obj_O].onerror = this.onError_V
	//	this.imgOver_O[obj_O].onabort = this.onAbort_V
	//	}

	// ------------ Maintenant on ÇprefechtÈ les images.

	/////// Menu principal 
	this.img_O["Image1"].src = this.baseRef_S + "img/img001.gif"
	this.img_O["Image2"].src = this.baseRef_S + "img/img002.gif"
	this.img_O["Image3"].src = this.baseRef_S + "img/img003.gif"
	this.img_O["Image4"].src = this.baseRef_S + "img/img004.gif"
	this.img_O["Image5"].src = this.baseRef_S + "img/img005.gif"
	this.imgOver_O["Image1"].src = this.baseRef_S + "img/img001_over.gif"
	this.imgOver_O["Image2"].src = this.baseRef_S + "img/img002_over.gif"
	this.imgOver_O["Image3"].src = this.baseRef_S + "img/img003_over.gif"
	this.imgOver_O["Image4"].src = this.baseRef_S + "img/img004_over.gif"
	this.imgOver_O["Image5"].src = this.baseRef_S + "img/img005_over.gif"

	// plan et exercice
	this.img_O["Image6"].src = this.baseRef_S + "img/img006.gif"
	this.img_O["Image7"].src = this.baseRef_S + "img/img007.gif"
	this.imgOver_O["Image6"].src = this.baseRef_S + "img/img006_over.gif"
	this.imgOver_O["Image7"].src = this.baseRef_S + "img/img007_over.gif"

	// sm present
	this.img_O["Image8"].src = this.baseRef_S + "img/img001_mnu1a.gif"
	this.img_O["Image9"].src = this.baseRef_S + "img/img001_mnu1b.gif"
	this.img_O["Image10"].src = this.baseRef_S + "img/img001_mnu1c.gif"
	this.img_O["Image11"].src = this.baseRef_S + "img/img001_mnu1d.gif"

	// sm outils
	this.img_O["Image12"].src = this.baseRef_S + "img/img002_mnu2a.gif"
	this.img_O["Image13"].src = this.baseRef_S + "img/img002_mnu2b.gif"
	this.img_O["Image14"].src = this.baseRef_S + "img/img002_mnu2c.gif"
	this.img_O["Image15"].src = this.baseRef_S + "img/img002_mnu2d.gif"
	this.img_O["Image16"].src = this.baseRef_S + "img/img002_mnu2e.gif"
	this.img_O["Image17"].src = this.baseRef_S + "img/img002_mnu2f.gif"

	// sm courriel
	this.img_O["Image18"].src = this.baseRef_S + "img/img003_mnu3a.gif"
	this.img_O["Image19"].src = this.baseRef_S + "img/img003_mnu3b.gif"
	this.img_O["Image20"].src = this.baseRef_S + "img/img003_mnu3c.gif"
	this.img_O["Image21"].src = this.baseRef_S + "img/img003_mnu3d.gif"
	this.img_O["Image22"].src = this.baseRef_S + "img/img003_mnu3e.gif"

	// sm forum
	this.img_O["Image23"].src = this.baseRef_S + "img/img004_mnu4a.gif"
	this.img_O["Image24"].src = this.baseRef_S + "img/img004_mnu4b.gif"
	this.img_O["Image25"].src = this.baseRef_S + "img/img004_mnu4c.gif"
	this.img_O["Image26"].src = this.baseRef_S + "img/img004_mnu4d.gif"
	this.img_O["Image27"].src = this.baseRef_S + "img/img004_mnu4e.gif"
	this.imgOver_O["Image25"].src = this.baseRef_S + "img/img004_mnu4c_over.gif"
	this.imgOver_O["Image26"].src = this.baseRef_S + "img/img004_mnu4d_over.gif"

	// sm chat
	this.img_O["Image28"].src = this.baseRef_S + "img/chat/img005_mnu5a.gif"
	this.img_O["Image29"].src = this.baseRef_S + "img/chat/img005_mnu5b.gif"
	this.img_O["Image30"].src = this.baseRef_S + "img/chat/img005_mnu5c.gif"
	this.img_O["Image31"].src = this.baseRef_S + "img/chat/img005_mnu5d.gif"
	this.img_O["Image32"].src = this.baseRef_S + "img/chat/img005_mnu5e.gif"
	this.imgOver_O["Image30"].src = this.baseRef_S + "img/chat/img005_mnu5c_over.gif"
	this.imgOver_O["Image31"].src = this.baseRef_S + "img/chat/img005_mnu5d_over.gif"

	// ssm 4c
	this.img_O["Image4c1"].src = this.baseRef_S + "img/img004_mnu4c1.gif"
	this.img_O["Image4c2"].src = this.baseRef_S + "img/img004_mnu4c2.gif"
	this.img_O["Image4c3"].src = this.baseRef_S + "img/img004_mnu4c2a.gif"
	this.img_O["Image4c4"].src = this.baseRef_S + "img/img004_mnu4c2b.gif"
	this.img_O["Image4c5"].src = this.baseRef_S + "img/img004_mnu4c2c.gif"
	this.img_O["Image4c6"].src = this.baseRef_S + "img/img004_mnu4c2d.gif"
	this.img_O["Image4c7"].src = this.baseRef_S + "img/img004_mnu4c2e.gif"
	this.img_O["Image4c8"].src = this.baseRef_S + "img/img004_mnu4c2f.gif"
	this.img_O["Image4c9"].src = this.baseRef_S + "img/img004_mnu4c2g.gif"
	this.img_O["Image4c10"].src = this.baseRef_S + "img/img004_mnu4c2h.gif"

	// ssm 4d
	this.img_O["Image4d1"].src = this.baseRef_S + "img/img004_mnu4d1.gif"
	this.img_O["Image4d2"].src = this.baseRef_S + "img/img004_mnu4d2.gif"

	// ssm 5c
	this.img_O["Image5c1"].src = this.baseRef_S + "img/chat/img005_mnu5c1.gif"
	this.img_O["Image5c2"].src = this.baseRef_S + "img/chat/img005_mnu5c2.gif"
	this.img_O["Image5c3"].src = this.baseRef_S + "img/chat/img005_mnu5c3.gif"

	// ssm 5d
	this.img_O["Image5d1"].src = this.baseRef_S + "img/chat/img005_mnu5d1.gif"
	this.img_O["Image5d2"].src = this.baseRef_S + "img/chat/img005_mnu5d2.gif"
	this.img_O["Image5d3"].src = this.baseRef_S + "img/chat/img005_mnu5d3.gif"
	this.img_O["Image5d4"].src = this.baseRef_S + "img/chat/img005_mnu5d4.gif"

	// LUT images
	this.imgLUT_O = {
		layer1	: "Image1",
		layer2	: "Image2",
		layer3	: "Image3",
		layer4	: "Image4",
		layer5	: "Image5",
		plan	: "Image6",
		exercice	: "Image7",
		sm1a : "Image8",
		sm1b : "Image9",
		sm1c : "Image10",
		sm1d : "Image11",
		sm2a : "Image12",
		sm2b : "Image13",
		sm2c : "Image14",
		sm2d : "Image15",
		sm2e : "Image16",
		sm2f : "Image17",		
		sm3a : "Image18",
		sm3b : "Image19",
		sm3c : "Image20",
		sm3d : "Image21",
		sm3e : "Image22",
		sm4a : "Image23",
		sm4b : "Image24",
		sm4c : "Image25",
		sm4d : "Image26",
		sm4e : "Image27",
		sm5a : "Image28",
		sm5b : "Image29",
		sm5c : "Image30",
		sm5d : "Image31",
		sm5e : "Image32"
		}
	}
	
// -------------------------------------------------------------------------------
function prefechtImageOnLoadHandle_V(objTest){
// -------------------------------------------------------------------------------
	
	// for (obj in objTest.target) {if (!confirm (obj + " : " + objTest.target[obj])) break}


	
	top.geci_O.prefecht_O.states_O.countOnLoadImage_I++
	var totalProcess_I =	top.geci_O.prefecht_O.states_O.countOnLoadImage_I +
							top.geci_O.prefecht_O.states_O.countOnErrorImage_I +
							top.geci_O.prefecht_O.states_O.countOnAbortImage_I

	top.geci_O.prefecht_O.states_O.allProcessImages_B = (totalProcess_I == top.geci_O.prefecht_O.states_O.totalImagesToPrefecht_I) ? true : false
	
	if (top.geci_O.conf_O.afficheStatusMessage_B && top.geci_O.prefecht_O.states_O.allProcessImages_B) {
		window.status =	"Chargement des images termine " +
						top.geci_O.prefecht_O.states_O.countOnLoadImage_I +
						" : " + 
						top.geci_O.prefecht_O.states_O.countOnErrorImage_I + 
						" : " +
						top.geci_O.prefecht_O.states_O.countOnAbortImage_I 
 		}
	}

// -------------------------------------------------------------------------------
function prefechtImageOnErrorHandle_V  (){
// -------------------------------------------------------------------------------
	top.geci_O.prefecht_O.states_O.countOnErrorImage_I++
	
	if (top.geci_O.conf_O.afficheMessageErreur_B)
		alert ("erreur: generer par : prefechtImageOnErrorHandle_V")
	}

// -------------------------------------------------------------------------------
function prefechtImageOnAbortHandle_V (){
// -------------------------------------------------------------------------------
	top.geci_O.prefecht_O.states_O.countOnAbortImage_I ++

	if (top.geci_O.conf_O.afficheMessageErreur_B)
		alert ("erreur: generer par : prefechtImageOnAbortHandle_V")
	}

// =======================================================================================================
// =======================================================================================================

// -------------------------------------------------------------------------------
function GestionnaireNavigation_O () {
// -------------------------------------------------------------------------------

	// Methode
	this.mSelected_B = courrentSelectedMenu_B
	this.sm_O = gestionSousMenu_O
	this.smOver_O = gestionSousMenuMouseOver_O
	this.smClick_O = gestionSousMenuClick_V
	this.smSelected_B = courrentSelectedSousMenuItem_B
	this.ssmClick_V = gestionSousSousMenuClick_V
	this.ssmOver_V = gestionSousSousMenuMouseOver_V
	this.ssmOut_V = gestionSousSousMenuMouseOut_V
	this.ssmHide_V = gestionSousSousMenuHide_V
	
	// Etats
	this.states_O = {
		lastMenuShow_S				: "undefined",
		currentMenuShow_S			: "undefined",
		lastSousMenuShow_O			: "undefined",
		currentSousMenuItemShow_S	: "undefined",
		lastSousMenuItemShow_S 		: "undefined",
		mnu4c_SelectedItem_B		: false,
		mnu4d_SelectedItem_B		: false,
		mnu5c_SelectedItem_B		: false,
		mnu5d_SelectedItem_B		: false 
		}
	
	// Configuration
	this.menu_O = {
			mne4c_S :
				'<div id="mnu4c" style="position:absolute;top:1px;left:154px;">' +
				'<table width="175" border="0" cellspacing="0" cellpadding="0">' +
				'<tr>' +
	    		'<td width="175"><a href="guide-4c1a.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c1.src=\'../../img/img004_mnu4c1.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c1.src=\'../../img/img004_mnu4c1_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c1" border="0" src="../../img/img004_mnu4c1.gif" width="175" height="21"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><img name="Image4c2" onMouseOut="top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" border="0" src="../../img/img004_mnu4c2.gif" width="175" height="18"></a></td>' +
	    		'</tr><tr>' +
	    		'<td width="175"><a href="guide-4ca1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c3.src=\'../../img/img004_mnu4c2a.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c3.src=\'../../img/img004_mnu4c2a_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c3" border="0" src="../../img/img004_mnu4c2a.gif" width="175" height="19"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4cb1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c4.src=\'../../img/img004_mnu4c2b.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c4.src=\'../../img/img004_mnu4c2b_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c4" border="0" src="../../img/img004_mnu4c2b.gif" width="175" height="20"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4cc1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c5.src=\'../../img/img004_mnu4c2c.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c5.src=\'../../img/img004_mnu4c2c_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c5" border="0" src="../../img/img004_mnu4c2c.gif" width="175" height="18"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4cd1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c6.src=\'../../img/img004_mnu4c2d.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c6.src=\'../../img/img004_mnu4c2d_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c6" border="0" src="../../img/img004_mnu4c2d.gif" width="175" height="19"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4ce1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c7.src=\'../../img/img004_mnu4c2e.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c7.src=\'../../img/img004_mnu4c2e_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c7" border="0" src="../../img/img004_mnu4c2e.gif" width="175" height="18"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4cf.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c8.src=\'../../img/img004_mnu4c2f.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c8.src=\'../../img/img004_mnu4c2f_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c8" border="0" src="../../img/img004_mnu4c2f.gif" width="175" height="19"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4cg.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c9.src=\'../../img/img004_mnu4c2g.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c9.src=\'../../img/img004_mnu4c2g_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c9" border="0" src="../../img/img004_mnu4c2g.gif" width="175" height="32"></a></td>' +
				'</tr><tr>' +
	    		'<td width="175"><a href="guide-4ch.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4c\');" onMouseOut="top.frameMain.document.Image4c10.src=\'../../img/img004_mnu4c2h.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4c\');" onMouseOver="top.frameMain.document.Image4c10.src=\'../../img/img004_mnu4c2h_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4c\');" target="frameMain"><img name="Image4c10" border="0" src="../../img/img004_mnu4c2h.gif" width="175" height="20"></a></td>' +
				'</tr>' +
	    		'</table>' +
				'</div>',
			
			mne4d_S :
				'<div id="mnu4d" style="position:absolute;top:1px;left:328px;">' + 
				'<table width="116" border="0" cellspacing="0" cellpadding="0">' +
				'<tr>' +
	    		'<td width="116"><a href="guide-4d1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4d\');" onMouseOut="top.frameMain.document.Image4d1.src=\'../../img/img004_mnu4d1.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4d\');" onMouseOver="top.frameMain.document.Image4d1.src=\'../../img/img004_mnu4d1_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4d\');" target="frameMain"><img name="Image4d1" border="0" src="../../img/img004_mnu4d1.gif" width="116" height="20"></a></td>' +
				'</tr><tr>' +
	    		'<td width="116"><a href="guide-4d2.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm4d\');" onMouseOut="top.frameMain.document.Image4d2.src=\'../../img/img004_mnu4d2.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu4d\');" onMouseOver="top.frameMain.document.Image4d2.src=\'../../img/img004_mnu4d2_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu4d\');" target="frameMain"><img name="Image4d2" border="0" src="../../img/img004_mnu4d2.gif" width="116" height="35"></a></td>' +
	    		'</tr><tr>' +
	    		'</table>' +
				'</div>',
			
			mne5c_S :
				'<div id="mnu5c" style="position:absolute;top:1px;left:187px;">' +
				'<table width="162" border="0" cellspacing="0" cellpadding="0">' +
				'<tr>' +
	    		'<td width="162"><a href="guide-5c1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5c\');" onMouseOut="top.frameMain.document.Image5c1.src=\'../../img/chat/img005_mnu5c1.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5c\');" onMouseOver="top.frameMain.document.Image5c1.src=\'../../img/chat/img005_mnu5c1_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5c\');" target="frameMain"><img name="Image5c1" border="0" src="../../img/chat/img005_mnu5c1.gif" width="162" height="20"></a></td>' +
				'</tr><tr>' +
	    		'<td width="162"><a href="guide-5c4.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5c\');" onMouseOut="top.frameMain.document.Image5c2.src=\'../../img/chat/img005_mnu5c2.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5c\');" onMouseOver="top.frameMain.document.Image5c2.src=\'../../img/chat/img005_mnu5c2_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5c\');" target="frameMain"><img name="Image5c2" border="0" src="../../img/chat/img005_mnu5c2.gif" width="162" height="19"></a></td>' +
				'</tr><tr>' +
	    		'<td width="162"><a href="guide-5c5.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5c\');" onMouseOut="top.frameMain.document.Image5c3.src=\'../../img/chat/img005_mnu5c3.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5c\');" onMouseOver="top.frameMain.document.Image5c3.src=\'../../img/chat/img005_mnu5c3_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5c\');" target="frameMain"><img name="Image5c3" border="0" src="../../img/chat/img005_mnu5c3.gif" width="162" height="20"></a></td>' +
				'</tr>' +
	    		'</table>' +
				'</DIV>',
				
			mne5d_S :
				'<div id="mnu5d" style="position:absolute;top:1px;left:351px;">' +
				'<table width="152" border="0" cellspacing="0" cellpadding="0">' +
				'<tr>' +
	    		'<td width="152"><a href="guide-5d1.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5d\');" onMouseOut="top.frameMain.document.Image5d1.src=\'../../img/chat/img005_mnu5d1.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5d\');" onMouseOver="top.frameMain.document.Image5d1.src=\'../../img/chat/img005_mnu5d1_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5d\');" target="frameMain"><img name="Image5d1" border="0" src="../../img/chat/img005_mnu5d1.gif" width="152" height="34"></a></td>' +
				'</tr><tr>' +
	    		'<td width="152"><a href="guide-5d2.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5d\');" onMouseOut="top.frameMain.document.Image5d2.src=\'../../img/chat/img005_mnu5d2.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5d\');" onMouseOver="top.frameMain.document.Image5d2.src=\'../../img/chat/img005_mnu5d2_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5d\');" target="frameMain"><img name="Image5d2" border="0" src="../../img/chat/img005_mnu5d2.gif" width="152" height="32"></a></td>' +
				'</tr><tr>' +
	    		'<td width="152"><a href="guide-5d3.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5d\');" onMouseOut="top.frameMain.document.Image5d3.src=\'../../img/chat/img005_mnu5d3.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5d\');" onMouseOver="top.frameMain.document.Image5d3.src=\'../../img/chat/img005_mnu5d3_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5d\');" target="frameMain"><img name="Image5d3" border="0" src="../../img/chat/img005_mnu5d3.gif" width="152" height="18"></a></td>' +
				'</tr><tr>' +
	    		'<td width="152"><a href="guide-5d4.htm" onClick="top.geci_O.nav_O.ssmClick_V(\'sm5d\');" onMouseOut="top.frameMain.document.Image5d4.src=\'../../img/chat/img005_mnu5d4.gif\';top.geci_O.nav_O.ssmOut_V(\'mnu5d\');" onMouseOver="top.frameMain.document.Image5d4.src=\'../../img/chat/img005_mnu5d4_over.gif\';top.geci_O.nav_O.ssmOver_V(\'mnu5d\');" target="frameMain"><img name="Image5d4" border="0" src="../../img/chat/img005_mnu5d4.gif" width="152" height="22"></a></td>' +
				'</tr>' +
	    		'</table>' +
				'</DIV>'
			}
	}

// -------------------------------------------------------------------------------
function gestionSousMenu_O (section_S) { // sm_O
// -------------------------------------------------------------------------------
		
	section_S = section_S + ""
	
	this.states_O.currentMenuShow_S = section_S //
	
	if ((this.states_O.lastMenuShow_S != "undefined") && (this.states_O.lastMenuShow_S != this.states_O.currentMenuShow_S)) {
		// eteindre surbriance
		top.frames['frameHaut'].document.images[top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastMenuShow_S]].src =
			top.geci_O.prefecht_O.img_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastMenuShow_S]].src
		}
		
	this.states_O.lastMenuShow_S = this.states_O.currentMenuShow_S

	if (this.states_O.lastSousMenuShow_O != "undefined") {
		if (top.geci_O.furteur_O.ns4x_B) {
			this.states_O.lastSousMenuShow_O.visibility = 'hide'
			}
		else {
			this.states_O.lastSousMenuShow_O.style.visibility = 'hidden'
			}
		}
	
	// Exercice ou plan du site
	if (this.states_O.currentMenuShow_S == "plan" || this.states_O.currentMenuShow_S == "exercice") {
		// this.states_O.lastMenuShow_S = "undefined"
		this.states_O.lastSousMenuShow_O =  "undefined"
		this.states_O.currentSousMenuItemShow_S	= "undefined"


		// =========
		if (this.states_O.lastSousMenuItemShow_S != "undefined") {
			window.frames['frameHaut'].document.images[top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src =
			top.geci_O.prefecht_O.img_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src
			}
		// =========


		this.states_O.lastSousMenuItemShow_S = "undefined"
		return
		}

	// Normalise ie, mz, ns4
	 var sousMenu_O = 	top.geci_O.furteur_O.ie_B
	 					? window.frames['frameHaut'].document.all[section_S]
	 					: 	(top.geci_O.furteur_O.mz_B
	 						?  window.frames['frameHaut'].document.getElementById(section_S)
	 						:	(top.geci_O.furteur_O.ns4x_B
	 							? window.frames['frameHaut'].document.layers[section_S]
	 							: ""
	 							)
	 						)
	
	if (typeof sousMenu_O == "object") {		
		
		if (top.geci_O.furteur_O.ns4x_B) {
			sousMenu_O.visibility = 'show'
			}
		else {
			sousMenu_O.style.visibility = 'visible'
			}
		
		this.states_O.lastSousMenuShow_O = sousMenu_O

		if (section_S == "layer4") {
			if (top.geci_O.furteur_O.ie_B) {
				top.frames['frameMain'].window.location="htm/forum/main.htm"
				}

			if (top.geci_O.furteur_O.mz_B) {
				top.frames['frameMain'].location='./forum/main.htm'
				}
				
			if (top.geci_O.furteur_O.ns4x_B) {
				top.frames['frameMain'].location='./forum/main.htm'
				}
			}

		if (section_S == "layer5") {
			if (top.geci_O.furteur_O.ie_B)
				top.frames['frameMain'].window.location="htm/chat/main.htm"
				
			if (top.geci_O.furteur_O.mz_B) {
				// window.frames['frameMain'].setTimeout ("window.frames['frameMain'].location='htm/chat/main.htm'",10)			
				top.frames['frameMain'].location='./chat/main.htm'
				}
			}

		if (this.states_O.lastSousMenuItemShow_S != "undefined") {
			window.frames['frameHaut'].document.images[top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src =
			top.geci_O.prefecht_O.img_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src
			}
		
		this.states_O.currentSousMenuItemShow_S = "undefined"
		this.states_O.lastSousMenuItemShow_S = "undefined"
		}
	return
	}

// -------------------------------------------------------------------------------
function courrentSelectedMenu_B (section_S) { // mSelected_B
// -------------------------------------------------------------------------------

	section_S = section_S + ""
	if (this.states_O.currentMenuShow_S == section_S) return true
	else return false
	}

// -------------------------------------------------------------------------------
function gestionSousMenuMouseOver_O (section_S) { // smOver_O
// -------------------------------------------------------------------------------

	section_S = section_S + ""

	// Note: Trouver l'equivalent de readyState pour NS
	if (top.geci_O.furteur_O.ie_B && top.frames['frameMain'].document.readyState != "complete") return

	if (typeof top.frames['frameMain'] == "undefined") return

	// alert (section_S)

	if (section_S == "4c") {
		if (top.geci_O.furteur_O.ie_B) {
			if (typeof window.frames['frameMain'].document.all.mnu4c == "undefined") {
				var code4c_S =	"top.frames['frameMain'].document.body.innerHTML = top.frames['frameMain'].document.body.innerHTML + top.geci_O.nav_O.menu_O.mne4c_S;"
				top.frames['frameMain'].setTimeout (code4c_S,1)
				}
			else {
				window.frames['frameMain'].document.all.mnu4c.style.visibility = 'visible'		
				}
			}	
		if (top.geci_O.furteur_O.mz_B) {
			var ele_O = top.frames['frameMain'].document.getElementById ("mnu4c")
			if (ele_O != null) {
				ele_O.setAttribute ("style","position:absolute;visibility:visible;top:1px;left:154px;")
				}
			else {
				var ele_O = document.createElement ("div")
				ele_O.innerHTML = top.geci_O.nav_O.menu_O.mne4c_S
				top.frames['frameMain'].document.body.appendChild (ele_O)
				}				
			}
		}

	if (section_S == "4d") {
		if (top.geci_O.furteur_O.ie_B) {
			if (typeof document.frames['frameMain'].document.all.mnu4d == "undefined") {
				var code4d_S =	"top.frames['frameMain'].document.body.innerHTML = top.frames['frameMain'].document.body.innerHTML + top.geci_O.nav_O.menu_O.mne4d_S;" +
						 		"top.frames['frameMain'].document.all.mnu4d.style.top = '1px';" +
		 						"top.frames['frameMain'].document.all.mnu4d.style.left = '328px';"

				top.frames['frameMain'].setTimeout (code4d_S,1)
				}
			else {
				document.frames['frameMain'].document.all.mnu4d.style.visibility = 'visible'		
				}
			}

		if (top.geci_O.furteur_O.mz_B) {
			var ele_O = top.frames['frameMain'].document.getElementById ("mnu4d")
			if (ele_O != null) {
				ele_O.setAttribute ("style","position:absolute;visibility:visible;top:1px;left:328px;")
				}
			else {
				var ele_O = document.createElement ("div")
				ele_O.innerHTML = top.geci_O.nav_O.menu_O.mne4d_S
				top.frames['frameMain'].document.body.appendChild (ele_O)
				}				
			}

		}
		
	if (section_S == "5c") {
		if (top.geci_O.furteur_O.ie_B) {
			if (typeof window.frames['frameMain'].document.all.mnu5c == "undefined") {
				var code5c_S =	"top.frames['frameMain'].document.body.innerHTML = top.frames['frameMain'].document.body.innerHTML + top.geci_O.nav_O.menu_O.mne5c_S;"
				top.frames['frameMain'].setTimeout (code5c_S,1)
				}
			else {
				window.frames['frameMain'].document.all.mnu5c.style.visibility = 'visible'		
				}
			}
		
		if (top.geci_O.furteur_O.mz_B) {
			var ele_O = top.frames['frameMain'].document.getElementById ("mnu5c")
			if (ele_O != null) {
				ele_O.setAttribute ("style","position:absolute;visibility:visible;top:1px;left:182px;")
				}
			else {
				var ele_O = document.createElement ("div")
				ele_O.innerHTML = top.geci_O.nav_O.menu_O.mne5c_S
				top.frames['frameMain'].document.body.appendChild (ele_O)
				}				
			}
		}
		
	if (section_S == "5d") { 
		if (top.geci_O.furteur_O.ie_B) {
			if (typeof window.frames['frameMain'].document.all.mnu5d == "undefined") {
				var code5d_S =	"top.frames['frameMain'].document.body.innerHTML = top.frames['frameMain'].document.body.innerHTML + top.geci_O.nav_O.menu_O.mne5d_S;"	 					
				top.frames['frameMain'].setTimeout (code5d_S,1)
				}
			else {
				window.frames['frameMain'].document.all.mnu5d.style.visibility = 'visible'
				}
			}
		
		if (top.geci_O.furteur_O.mz_B) {
			var ele_O = top.frames['frameMain'].document.getElementById ("mnu5d")
			if (ele_O != null) {
				ele_O.setAttribute ("style","position:absolute;visibility:visible;top:1px;left:348px;")
				}
			else {
				var ele_O = document.createElement ("div")
				ele_O.innerHTML = top.geci_O.nav_O.menu_O.mne5d_S
				top.frames['frameMain'].document.body.appendChild (ele_O)
				}				
			}
		}

	// ---------------
	// Sous Menu forum
	if (top.geci_O.furteur_O.ie_B) {
		// Sous Menu forum
		if ((section_S != "4c") && (typeof top.frames['frameMain'].document.all.mnu4c != "undefined")) {
			window.frames['frameMain'].document.all.mnu4c.style.visibility = 'hidden'
			}

		if ((section_S != "4d") && (typeof document.frames['frameMain'].document.all.mnu4d != "undefined")) {
			window.frames['frameMain'].document.all.mnu4d.style.visibility = 'hidden'
			}
				
		// Sous Menu chat
		if ((section_S != "5c") && (typeof top.frames['frameMain'].document.all.mnu5c != "undefined")){		
			window.frames['frameMain'].document.all.mnu5c.style.visibility = 'hidden'
			}
	
		if ((section_S != "5d") && (typeof top.frames['frameMain'].document.all.mnu5d != "undefined")){		
			window.frames['frameMain'].document.all.mnu5d.style.visibility = 'hidden'
			}
		}
	
	if (top.geci_O.furteur_O.mz_B) {
		// Sous Menu forum
		if (section_S != "4c") {
			var ele_O = window.frames['frameMain'].document.getElementById ("mnu4c")
			if (ele_O != null) {
				ele_O.setAttribute ("style","visibility:hidden")
				}
			}
			
		if (section_S != "4d") {
			var ele_O = window.frames['frameMain'].document.getElementById ("mnu4d")
			if (ele_O != null) {
				ele_O.setAttribute ("style","visibility:hidden")
				}
			}
			
		// Sous Menu chat
		if (section_S != "5c") {		
			var ele_O = window.frames['frameMain'].document.getElementById ("mnu5c")
			if (ele_O != null) {
				ele_O.setAttribute ("style","visibility:hidden")
				}
			}
	
		if (section_S != "5d") {		
			var ele_O = window.frames['frameMain'].document.getElementById ("mnu5d")
			if (ele_O != null) {
				ele_O.setAttribute ("style","visibility:hidden")
				}
			}
		}

	return
	}

// -------------------------------------------------------------------------------
function gestionSousMenuClick_V (section_S) { // smClick_O
// -------------------------------------------------------------------------------

	this.states_O.currentSousMenuItemShow_S = section_S + ""

	if ((this.states_O.currentSousMenuItemShow_S != this.states_O.lastSousMenuItemShow_S) &&
		(this.states_O.lastSousMenuItemShow_S != "undefined")) {
		// off Highlight
		top.frames['frameHaut'].document.images[top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src =
		top.geci_O.prefecht_O.img_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src
		}

	this.states_O.lastSousMenuItemShow_S = this.states_O.currentSousMenuItemShow_S
	}

// -------------------------------------------------------------------------------
function courrentSelectedSousMenuItem_B (section_S) { // smSelected_B
// -------------------------------------------------------------------------------

	section_S = section_S + ""
	if (this.states_O.currentSousMenuItemShow_S == section_S) return true
	else return false
	}

// -------------------------------------------------------------------------------
function gestionSousSousMenuClick_V (section_S) { // ssmClick_V
// -------------------------------------------------------------------------------

	this.states_O.currentSousMenuItemShow_S = section_S + ""

	if (this.states_O.currentSousMenuItemShow_S != this.states_O.lastSousMenuItemShow_S) {
		if (this.states_O.lastSousMenuItemShow_S != "undefined") {	
			// off Highlight
			
			top.frames['frameHaut'].document.images[top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src =
			// top.geci_O.prefecht_O.imgLUT_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src
				top.geci_O.prefecht_O.img_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.lastSousMenuItemShow_S]].src
			}
			
		// Hightlight
		top.frames['frameHaut'].document.images[top.geci_O.prefecht_O.imgLUT_O[this.states_O.currentSousMenuItemShow_S]].src =
			top.geci_O.prefecht_O.imgOver_O [top.geci_O.prefecht_O.imgLUT_O[this.states_O.currentSousMenuItemShow_S]].src
		}

	this.states_O.lastSousMenuItemShow_S = this.states_O.currentSousMenuItemShow_S
	}


// -------------------------------------------------------------------------------
	function gestionSousSousMenuMouseOver_V (section_S) { // ssmOver_V
// -------------------------------------------------------------------------------

		section_S += ""

		switch (section_S) {
			case "mnu4c" : this.states_O.mnu4c_SelectedItem_B = true
			break;
			case "mnu4d" : this.states_O.mnu4d_SelectedItem_B = true
			break;
			case "mnu5c" : this.states_O.mnu5c_SelectedItem_B = true
			break;
			case "mnu5d" : this.states_O.mnu5d_SelectedItem_B = true
			break;
			}

		}

// -------------------------------------------------------------------------------
	function gestionSousSousMenuMouseOut_V (section_S) { //ssmOut_V		
// -------------------------------------------------------------------------------
		section_S += ""
		
		var wait_I = 500
		
		switch (section_S) {
			case "mnu4c" :	this.states_O.mnu4c_SelectedItem_B = false
							setTimeout ("top.geci_O.nav_O.ssmHide_V ('mnu4c')",wait_I)
			break;
			case "mnu4d" :	this.states_O.mnu4d_SelectedItem_B = false
							setTimeout ("top.geci_O.nav_O.ssmHide_V ('mnu4d')",wait_I)
			break;
			case "mnu5c" :	this.states_O.mnu5c_SelectedItem_B = false
							setTimeout ("top.geci_O.nav_O.ssmHide_V ('mnu5c')",wait_I)
			break;
			case "mnu5d" :	this.states_O.mnu5d_SelectedItem_B = false
							setTimeout ("top.geci_O.nav_O.ssmHide_V ('mnu5d')",wait_I)
			break;
			}
		
		}
		
// -------------------------------------------------------------------------------
	function gestionSousSousMenuHide_V (section_S) { //ssmHide_V
// -------------------------------------------------------------------------------
		section_S += ""
				
		switch (section_S) {
			case "mnu4c" : if (this.states_O.mnu4c_SelectedItem_B) {return}
			break;
			case "mnu4d" : if (this.states_O.mnu4d_SelectedItem_B) {return}
			break;
			case "mnu5c" : if (this.states_O.mnu5c_SelectedItem_B) {return}
			break;
			case "mnu5d" : if (this.states_O.mnu5d_SelectedItem_B) {return}
			break;
			}
		
		if (top.geci_O.furteur_O.mz_B) {
			var ele_O = window.frames['frameMain'].document.getElementById (section_S)
			if (ele_O != null) {
				ele_O.setAttribute ("style","visibility:hidden")
				}
			}

		if (top.geci_O.furteur_O.ie_B) {
			switch (section_S) {
				case "mnu4c" :	if (typeof document.frames['frameMain'].document.all.mnu4c != "undefined") {
									document.frames['frameMain'].document.all.mnu4c.style.visibility = 'hidden'		
									}
				break;
				case "mnu4d" :	if (typeof document.frames['frameMain'].document.all.mnu4d != "undefined") {
									document.frames['frameMain'].document.all.mnu4d.style.visibility = 'hidden'		
									}
				break;
				case "mnu5c" :	if (typeof document.frames['frameMain'].document.all.mnu5c != "undefined") {
									document.frames['frameMain'].document.all.mnu5c.style.visibility = 'hidden'		
									}
				break;
				case "mnu5d" :	if (typeof document.frames['frameMain'].document.all.mnu5d != "undefined") {
									document.frames['frameMain'].document.all.mnu5d.style.visibility = 'hidden'		
									}
				break;
				}		
			}
		}

// =======================================================================================================
// =======================================================================================================

// -------------------------------------------------------------------------------
function LesFureteurs_O () {
// -------------------------------------------------------------------------------

	// PC ou Mac
	this.mac_B = navigator.platform == "MacPPC" ? true : false
	this.pc_B = navigator.platform == "Win32" ? true : false
	
	// MZ
	this.mz_B = navigator["userAgent"].indexOf("Mozilla/5.0") != -1 ? true : false
	
    // NS
	this.ns6x_B = navigator["userAgent"].indexOf("Netscape6") != -1 ? true : false
    this.ns4x_B = navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 4 ? true : false
    this.ns_B = this.ns4x_B || this.ns6x_B ? true : false
        	
    // IE
	this.ie4x_B = navigator["userAgent"].indexOf("MSIE 4") != -1 ? true : false        		
    this.ie5x_B = navigator["userAgent"].indexOf("MSIE 5") != -1 ? true : false
    this.ie6x_B = navigator["userAgent"].indexOf("MSIE 6") != -1 ? true : false
    this.ie_B = this.ie5x_B || this.ie4x_B || this.ie6x_B ? true : false

	// ieMac ou iePc ou nsPc ou nsMac
    this.nsMac_B = this.ns_B && this.mac_B ? true : false
    this.nsPc_B = this.ns_B && this.pc_B ? true : false
    this.ieMac_B = this.ie_B && this.mac_B ? true : false
    this.iePc_B = this.ie_B && this.pc_B ? true : false
	}

// =======================================================================================================
// =======================================================================================================

// -------------------------------------------------------------------------------
function FenetreAuxiliaire_O () {
// -------------------------------------------------------------------------------
    
    this.url_S = ''
    this.code_S =	"var fenetre = window.open(top.geci_O.fenAux_O.url_S,'guide','width=400,height=490,scrollbars');" +
    				"fenetre.focus();"
     
    this.open_O = ouvrirFenetreAuxiliaire_O
	}

// -------------------------------------------------------------------------------
function ouvrirFenetreAuxiliaire_O (url_S) {
// -------------------------------------------------------------------------------

	this.url_S = url_S + ""
	
	top.frames['frameMain'].setTimeout (this.code_S,1)
	}

// =================================================================================
// =================================================================================
// Creation espace nom

if (typeof (top.geci_O) == "undefined") {	
	top.geci_O = new Object()
	top.geci_O.name_S = "Guide d encadrement des cours Internet"
	top.geci_O.date_S = "2002-12-30"
	
	top.geci_O.conf_O = new Object ()
	top.geci_O.conf_O.afficheMessageErreur_B = true
	top.geci_O.conf_O.afficheStatusMessage_B = true	
	
	top.geci_O.furteur_O = new LesFureteurs_O ()
	top.geci_O.prefecht_O = new PrefechtImageGeci_O ()
	top.geci_O.nav_O = new GestionnaireNavigation_O ()
	top.geci_O.fenAux_O = new FenetreAuxiliaire_O ()
	}

// =================================================================================
// =================================================================================


// for (obj in document.frames['frameMain'].document.body) {if (!confirm (obj + " : " + document.frames['frameMain'].document.body[obj])) break}
