
var weekDay = new Array(7);
weekDay[0] = "D"
weekDay[1] = "L"
weekDay[2] = "M"
weekDay[3] = "M"
weekDay[4] = "J"
weekDay[5] = "V"
weekDay[6] = "S"

var months  = new Array(12);
months[0] = "Enero"
months[1] = "Febrero"
months[2] = "Marzo"
months[3] = "Abril"
months[4] = "Mayo"
months[5] = "Junio"
months[6] = "Julio"
months[7] = "Agosto"
months[8] = "Septiembre"
months[9] = "Octubre"
months[10] = "Noviembre"
months[11] = "Diciembre"
		

var nextLabel="adelante"
var previousLabel="atrās"
