// Procedures globales du projet
function _DRO(c,n){	return c.substring(c.length-n,c.length);}
function COLLECTIONNAVIGATEURFICHIER_ESTFICHIERDETYPEEXTENSION(VPARAMFICHIER, VPARAMTYPE){{var VSTMP=_DRO(VPARAMFICHIER,3).toUpperCase();if((VPARAMTYPE=="")){return true}else {;if((VSTMP!=VPARAMTYPE.toUpperCase())){
alert((clWDEncode.sEncodeCharset(unescape("Le fichier n\'est pas de type "))+VPARAMTYPE.toUpperCase()));return false}else {;return true}}}}

