//$========================================================================================
//$=========================================================================================
//$ Fonction qui vérifie si le champs ne contient pas de caractere alphanumerique ( de A ŕ Z )
//$=========================================================================================


function OuvreFichier(strFile,strFileName,strUrl)
{	
	var strUrl = '/fr/page/ouvrir.php?f=' + strFile + '&u=' + strUrl + '&rn=' + strFileName;
//alert("strUrl : " + strUrl);	
	//window.location = strUrl;
	window.location = strUrl;
}   
//$=========================================================================================
