/***********************
HOST                   *
© Patrick ROUSSEL 2001 *
IE5+ et NS6 et GECKO   *
************************/

/* pour usage en LOCAL 
HOST ="http://localhost";
BD_DISTR = HOST+":8080/Chagneau/FMPro?-db=Distributeurs.fp5"
BD_PROD = HOST+":8080/Chagneau/FMPro?-db=Produits.fp5"
LASSO="";
*/

/* pour serveur sur web compagnon */
HOST ="http://www.chagneau.fr";
BD_DISTR = HOST+"/Chagneau/FMPro?-db=Distributeurs.fp5"
BD_PROD = HOST+"/Chagneau/FMPro?-db=Produits.fp5"
LASSO="";


/*   xxxxx POUR LASSO (pb Search ???)

HOST ="http://10.0.1.252";
BD_DISTR = HOST+"/Chagneau/action.lasso?-db=Distributeurs"
BD_PROD = HOST+"/Chagneau/action.lasso?-db=Produits"
LASSO="LASSO";
*/
