function newWin(url,width,height) {    window.open(url,"remoteWin","width="+width+",height="+height+",resizable=1,menubar=0,status=0,scrollbars=1");}function print_r(theObj){  if(theObj.constructor == Array ||     theObj.constructor == Object){    document.write("<ul>")    for(var p in theObj){      if(theObj[p].constructor == Array||         theObj[p].constructor == Object){document.write("<li>["+p+"] => "+typeof(theObj)+"</li>");        document.write("<ul>")        print_r(theObj[p]);        document.write("</ul>")      } else {document.write("<li>["+p+"] => "+theObj[p]+"</li>");      }    }    document.write("</ul>")  }}function toggleSearch(isOn) { 		if (!isOn && document.forms["search"].recherche.value == "") {			document.forms["search"].recherche.className = "search_inactive";			document.forms["search"].recherche.value = "Search";		} 		if (isOn && (document.forms["search"].recherche.value == "Search" || document.forms["search"].recherche.value == "Recherche")) {			document.forms["search"].recherche.className = "search_active";			document.forms["search"].recherche.value = "";		}	}		//---------------Sous-menus-------------------var gMenuCourantVisible=0;var gDureeDelai=500;var gIdMinuterie=null;function initialiser(){initialiserLayer("sousmenu");for(i=1; i<=parseInt(sousmenus); i++){   initialiserLayer("SSMenu"+i);}   }function initialiserLayer(unIdLayer)	{	// cree un objet nomme "obj + nom de la boite flottante" qui possede 	// les proprietes et methodes de la boite flottante 	// plus les methodes multi-platesformes declarees dans cette librairie	if (document.getElementById)		{		eval("obj"+unIdLayer+"="+"document.getElementById('"+unIdLayer+"').style")		objLayer=eval("obj"+unIdLayer)		}	  else	  	{		if (document.layers)			{			eval("obj"+unIdLayer+"="+"document."+ unIdLayer) 				}		objLayer=eval("obj"+unIdLayer);  						}	objLayer.affiche = affiche;	objLayer.cache = cache;		}function cacherSsMenu(unNumeroSsMenuAAfficher){if (gMenuCourantVisible!=unNumeroSsMenuAAfficher && gMenuCourantVisible!=0)	{	eval("objSSMenu"+gMenuCourantVisible+".cache()");	}}function afficherSsMenu(unNumeroSsMenuAAfficher){eval("objSSMenu"+unNumeroSsMenuAAfficher+".affiche()");gMenuCourantVisible=unNumeroSsMenuAAfficher;}function arreterAttenteAvantCacher(){clearTimeout(gIdMinuterie);gIdMinuterie=null;}function gererAttenteAvantCacher(){if (gIdMinuterie!=null)	{	cacherSsMenu(0);	gMenuCourantVisible=0;	gIdMinuterie=null;	} else 	{	gIdMinuterie=setTimeout("gererAttenteAvantCacher()",gDureeDelai)	}}function affiche()	{	if (document.layers||document.getElementById) 		this.visibility="visible";	 else 		this.style.visibility="visible";		}function cache()	{	if (document.layers||document.getElementById) 		this.visibility="hidden";	 else 		this.style.visibility="hidden";	}	//---------------Fin Sous-menus-------------------//function alertFR(str_adresse){	alert('Nous avons entrepris la traduction française des pages du site Gecko Alliance. C\'est un travail de longue haleine qui s\'effectue en mode continu, les pages traduites étant publiées au fur et à mesure de leur disponibilité. Ne soyez pas surpris si certains liens mènent à des pages en anglais, celles-ci sont en cours de traduction. \n \nMerci de votre compréhension.'); }