//Tableau des id et des pages gabarits des boites outils
		var tab_pages_outils = [];
		
		tab_pages_outils['calendar_element'] = '/wholesalesolutions/tools/b_calendar.html';
	
		tab_pages_outils['production_element'] = '/wholesalesolutions/tools/b_products.html';
	// configuration des outils
		// chaque outil a sa propre configuration
		// config = new tools_config('Libellé',id de loutil,'nom du lien',
        	// 'lien','nom du lien edit','valeur par defaut du filtre','lien xml')
		// mettre ŕ vide s'il n y'a pas de valeur
		// attention pour les filtres par defaut de respecter les majuscules si besoin
		var tools_config = new Class({
				initialize: function(libelle,id_outil,name_link,the_link,edit,libelle_defaut,link_xml,swf_large){
				this.libelle = libelle;
				this.id_outil = id_outil;
				this.name_link = name_link;
				this.the_link  = the_link;
				this.edit = edit;
				this.libelle_defaut = libelle_defaut;
				this.link_xml = link_xml;
        		this.swf_large = swf_large;
				}
		});
		
		var libelle_all_calendar = 'all';
		var libelle_all_press = '';
        var select_pays_product = "country";
        var select_services_product = "select the range";
        var select_site_product = "select the product";
	var config_products = new tools_config('','outil_products','','','','','/wholesalesolutions/tools/products/index.xml');var config_calendar = new tools_config('','outil_calendar','Events Index','/wholesalesolutions/events/index.jsp','edit','','/wholesalesolutions/tools/calendar/index.xml,/wholesalesolutions/tools/calendar');
	    	var configs = [];
			configs['production_element'] = config_products;
			configs['calendar_element'] = config_calendar;
    	

		var sLangSite = "en";
		// Messages multilingues
        var calendar_noevent_libelle = [];
        var vNbCharsByLine = 32;
        var h_drop_zone_1024 = 402;
        var h_drop_zone_1152 = 530;
        var h_body_1152 = 720;
        
        
        calendar_noevent_libelle['en'] = "no event today";
        //Messages
        var products_message_tools = "message produits";
        //Messages
        var select_keywords_product = "select the keyword";
        