var Traduction_Malform_Mail =Encoder.htmlDecode('The email is not correctly made');
var Traduction_Select_Product =Encoder.htmlDecode('select this product');
var Traduction_Mon_Catalogue_Prd =Encoder.htmlDecode('My products catalogue');
var Traduction_SECONNECTER =Encoder.htmlDecode('To connect');
var Traduction_Supp_Critere = Encoder.htmlDecode('Clear all criterias');
var Traduction_No_Critere = Encoder.htmlDecode('No criteria');
var Traduction_Yes = Encoder.htmlDecode('Yes');
var Traduction_No = Encoder.htmlDecode('No');
var Traduction_No_Matter = Encoder.htmlDecode('Indifferent');
var mediaUrl = 'http://media.1001listes.fr/';
var ressourceUrl = 'http://ressource.1001listes.fr/';
var $j = jQuery.noConflict();
var hostUrl = 'http://www.1001lists.co.uk/';
var VIEW_PATH = 'front';
var isInDebug = 1;
var locale = 'en';
var ProduitSelected = new Array();
var strColorClass = 'txt_noir_color';
var Traduction_Only_image = Encoder.htmlDecode('Only the picture can be added as an attachment');
var Traduction_Date_After = Encoder.htmlDecode('After the');
var Traduction_Date_Before = Encoder.htmlDecode('Before the');
var Traduction_SUPP = Encoder.htmlDecode("Supp.");var Traduction_QTE = Encoder.htmlDecode("Quantity");var Traduction_Fermer = Encoder.htmlDecode('Close');
var Traduction_Date_Correct_For = Encoder.htmlDecode('Merci de saisir une date corecte pour');
var Traduction_Date_Correct_Jma = Encoder.htmlDecode('Merci de saisir des valeurs numériques pour jour, moi et année');
var Traduction_Date_Correct_Mois = Encoder.htmlDecode('Merci de saisir un mois valide pour');
var Traduction_Date_Correct_Year = Encoder.htmlDecode('Merci de saisir une année valide pour');
var Traduction_Date_Correct_Valid = Encoder.htmlDecode('Merci de saisir une date valide');
var Traduction_One_To_Twelve = Encoder.htmlDecode('1 à 12');
//on page load call tb_init
jQuery(document).ready(function(){
tb_init('a.thickbox, area.thickbox, input.thickbox');
imgLoader = new Image();// preload image
imgLoader.src = 'http://media.1001listes.fr/images/loadingAnimation.gif';
});