function toggleBlock(i,c){
  if(document.getElementById)
    document.getElementById(i).className=c;
}
