function textPop(a,b){
var d = 0;
var e=b;
if (b==1){b=0;e=1}
 for (i=0;i<txt[a][b].length;i++){
   charConv(elem("t"+i),txt[a][b][i],e)
 }
}
