/*--------------------------------------------------------------------*/
/*   SERVICE    : KOMPASS INTERNATIONAL                               */
/*   FILE       : scripts/config.js                                   */
/*   AUTEUR     : JLM                                                 */
/*   CREE LE    : 26/10/04     	                                      */
/*   DESCRIPTION: Configuration file for application                  */
/*		  portal.kompass.com                                  */   
/*--------------------------------------------------------------------*/

   // define the portal configuration (_Kprov)
   // This variable is necessary and required for ads display and click (banners) 
   // This is provided by Kompass International
   var portal_kprov = "RU100";

   // define the addresses of your  local server
   // This requires your attention as this should be ended by a slash '/'
   // and URL must contain the domaine name 'kompass.com' ...
   // Please ask kompass International to configure a domain name
   var url_staticserver = "http://ru100.kompass.com/kinl/static_portal/";

   // variables to store current membership status
   // member_language is the language interface 
   // member_country is used for statistics
   // and initialize the cookie TERRITORY for the statistics of user origin
   // (can not be modified without modify statics pages of the given example)
   var member_language = "ru";
   var member_country  = "ru";

   // define the addresses of the kompass.com servers 
   // DO NOT MODIFY without validation of Kompass International 
   var url_kiserver = "http://portal.kompass.com/kinl/";
   var url_adserver = "http://portal.kompass.com/kinl/jgi/kinl_pub.jgi?";
   var url_adclickserver = "http://portal.kompass.com/kinl/jgi/kinl_pub_clic.jgi?";


