//Code JavaScript
//Auteur
//	Paul Peltier
//Date de création
//	28/11/2000

//--------------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------------
//Liste des variables globales - All Projects
//--------------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------------

//Variable globale
var appAppletDesignBase;
var winCurrentWindow;
var winChoiceWindow;
var docCurrentDoc;
var docChoiceDoc;
var formCurrentForm;
var formChoiceForm;
var strCurrentLoad;
var strCurrentForm;
var strCurrentType;
var strCurrentBaseName;
//var strChoiceType; //inactif
var strChoiceForm;
var strChoiceFieldName;
var boolCurrentSelectMode;
var iIdCheck;

