// tblmeses va <body></body>
document.write("<TABLE align='right' BGCOLOR='#F4F4F4' BORDER='1'><TR VALIGN=TOP><TD>");
vMes=new Date();
vMes=vMes.getMonth();
makeCalendar(vMes, this_year);
document.write("</TD></TR></TABLE>");
document.close();