﻿function text(i){
     if (i.style.display=='none'){
     i.style.display='block';
     }
     else
     i.style.display='none'
     }
;