// JavaScript Document
tabJoursL = new Array();
tabJoursL[0] = 'S';
tabJoursL[1] = 'M';
tabJoursL[2] = 'T';
tabJoursL[3] = 'W';
tabJoursL[4] = 'T';
tabJoursL[5] = 'F';
tabJoursL[6] = 'S';