//   ************************************************************************//
//   * Module Name		: InitGalgen.js										*//
//   * Release			: 2.0												*//
//   * Date				: 20/06/2008										*//
//   * Project			: AGSE_TT											*//
//   * Author			: aCOSwt											*//
//   * Description		: Scripts associated with GalSport & GalDet.php		*//
//   * History			: 1.0 : First Site Version							*//
//	 *					: 2.0 : PHPisation of Galgens						*//
//   * Language			: JavaScript										*//
//   * Compatibility	: FireFox 2 - IE 7 - Opera 9 - Konqueror 3			*//
//   ************************************************************************//

//****************************** Display Legend *****************************//

function ChangeLegende(idline,libel){

	document.getElementById("Legende_"+idline).innerHTML=libel;}

//**************************** Show associated Photo ************************//

function DisplayWide(path){

	document["PHOTO"].src=path;
	if(navigator.appName=="Microsoft Internet Explorer")
		document.getElementById("PHOTODIV").style.top=(136+parseInt(document.documentElement.scrollTop))+"px";
	else
		document.getElementById("PHOTODIV").style.top=(136+parseInt(window.pageYOffset))+"px";
	ShowLayer("PHOTODIV");}