function week_days(){// day namesvar DN = new Array("L", "M", "M", "J", "V", "S", "D");return DN;}function this_year(y){return y;}function month_title(){//order of month & year in titlevar MT = "MY"return MT;}function months(){// full month namesvar MN = new Array("Janvier", "F\u00E9vrier", "Mars", "Avril", "Mai", "Juin", "Juillet", "Ao\u00FBt", "Septembre", "Octobre", "Novembre", "D\u00E9cembre"); return MN;}function cal_title(){//calendar titlevar CT = "Voir les prix par date";return CT;}function disc_info(){//disclaimer accepted textvar DI = "Vous avez accept\u00E9 les Informations Importantes";return DI;}function disc_details(){//disclaimer link textvar DD = "Informations Importantes";return DD;}function pre_year(){//previous yearvar PY = "Ann\u00E9e pr\u00E9c\u00E9dente";return PY;}function pre_month(){//previous monthvar PM = "Mois pr\u00E9c\u00E9dent";return PM;}function nxt_month(){//next monthvar NM = "Le mois prochain";return NM;}function nxt_year(){//next yearvar NY = "L'ann\u00E9e prochaine";return NY;}
