function week_days(){// day namesvar DN = new Array("L", "M", "M", "G", "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("Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre");return MN;}function cal_title(){//calendar titlevar CT = "Vedi i prezzi per data";return CT;}function disc_info(){//disclaimer accepted textvar DI = "Lei ha accettato le informazioni importanti";return DI;}function disc_details(){//disclaimer link textvar DD = "Informazioni Importanti";return DD;}function pre_year(){//previous yearvar PY = "Anno precedente";return PY;}function pre_month(){//previous monthvar PM = "Mese precedente";return PM;}function nxt_month(){//next monthvar NM = "Prossimo mese";return NM;}function nxt_year(){//next yearvar NY = "L'anno prossimo";return NY;}
