MonAjax=new RC_Ajax('fr');

function InitListe(CercleID){
	n=CookieListePosition('Atel_Attente_Deplie',CercleID);
	if (n>=0){
		MonAjax.getURLOnOff('/MAJ/Administrer/Ateliers_AjaxListe.asp?tps=<%=integerHeure(now())%>&amp;ActionType=3&amp;UserCompteID='+CercleID, 'ListeAvoir_'+CercleID);
		document.getElementById('Deplier_'+CercleID).src = '/CommunsGen/images/Replier.gif';
	}
}

function ShowOffre(EtablissementID) {
	MonAjax.getURLOnOff('/CommunsThema/Consulter/Etablissement_Offre.asp?tps=<%=integerHeure(now())%>&amp;EtablissementID='+EtablissementID, 'Offre_'+EtablissementID );
}

function PlierImage(Nom) {
	Elmt_Img = document.getElementById(Nom);
	if (Elmt_Img.src.toLowerCase() == 'http://'+DomainSite+'/communsgen/images/deplier.gif') {
		Elmt_Img.src='/CommunsGen/images/Replier.gif'
		//CookieAjouteListe('Atel_Attente_Deplie',CercleID);
	} else {
		Elmt_Img.src='/CommunsGen/images/Deplier.gif'
		//CookieEnleveListe('Atel_Attente_Deplie',CercleID);
	}
}

var myFishEye=new FishEye("FishEye","myFishEye" ,{TitleRGBon:"0,0,0" , TitleRGBoff:"150,150,150"})

var myMotionGallery=new MotionGallery("motionGallery","myMotionGallery",{bounce:1})
