function week_days(){// day namesvar DN = new Array("M", "T", "W", "T", "F", "S", "S");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("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","De noviembre","Diciembre");return MN;}function cal_title(){//calendar titlevar CT = "Ver los precios por fecha";return CT;}function disc_info(){//disclaimer accepted textvar DI = "Ha aceptado la informaci\u00F3n importante";return DI;}function disc_details(){//disclaimer link textvar DD = "Informaci\u00F3n importante";return DD;}function pre_year(){//previous yearvar PY = "a\u00F1o anterior";return PY;}function pre_month(){//previous monthvar PM = "mes anterior";return PM;}function nxt_month(){//next monthvar NM = "El mes que viene";return NM;}function nxt_year(){//next yearvar NY = "El a\u00F1o que viene";return NY;}
