/**
 *  UWB 1.0 Text chnage JS
 *
 * - This is will be included in GLP and Share and shout module
 * - This will be edited by Market Activation 
 */
 
/* variable to store the translated version of "Select Your Region:" text */
var UWBselectYourRegionTranslatedText = "S&#233;lectionnez votre r&#233;gion&#160; :";

var UWBregionNamesTranslatedArr = ["Amérique du Nord", "Amérique latine", "Europe", "Afrique", "Asie-Pacifique", "Eurasie"];

/*
	0.5 - Loading Variable - Have to update the loading text accroding to language
*/
var siteLoader = true;
var loading_text = "T&#201;L&#201;CHARGER ...";
var flashSupportLoading = true;

