ua=navigator.userAgent;
v=navigator.appVersion.substring(0,1);
if ((ua.lastIndexOf("MSIE")!=-1) && (v!='1') && (v!='2') && (v!='3')) {
  msie=-1;
} else {
  msie=0;
}

NS4=(document.layers) ? true : false;
IE4=(document.all) ? true : false;
ver4 = (NS4 || IE4) ? true : false;

var months = new Array();
months[0] = "gennaio"; months[1] = "febbraio";
months[2] = "marzo"; months[3] = "aprile";
months[4] = "maggio"; months[5] = "giugno";
months[6] = "luglio"; months[7] = "agosto";
months[8] = "sett."; months[9] = "ottobre";
months[10] = "novem."; months[11] = "dicembre";

function pin(othis) { othis.height=othis.height+4; }
function pout(othis) { othis.height=othis.height-4; }
