function canvi(id,total) {
  for (i=1; i<=total; i++) {
    if (i==id) {
      document.getElementById(id).style.zIndex='7';
    }
    else {
      document.getElementById(i).style.zIndex='0';
    }
	}
}

function datact() {
  var Data = new Date(document.lastModified);
  var Any = Data.getYear();
  if(Any<1000) Any+=1900;
  document.write("Última modificació: "+Data.getDate()+"-"+(Data.getMonth()+1)+"-"+(Any+""));
}

function canvi_info(c) {
  if (c==0) {
    document.getElementById(99).style.visibility='hidden';
  }
  else {
    document.getElementById(99).style.visibility='visible';
  }
}

function comptador() {
  document.write("<img src=\"http://www.servicont.com/cgi-bin/sc.cgi?");
  document.write("cnt=uto-count&ref=");
  document.write(escape(document.referrer));
  document.write("\" alt=\"Contador\" border=\"0\">");
}
