var fDesc=new Array(); fDesc[0] = "Toki TC is an utility for displaying a time code, a feet frames counter, a frame counter and a line of text over a movie.

Easy to use, it has all options to control the display of the counters and text.

A movie can be exported with time code, counters and text to QuickTime, DV, MPEG-4, AVI and other formats.

Main features:

- Position of the counters in the picture,
- Set the start offset and frame rate,
- Choice of the font and size of the text,
- Left, center or right alignment,
- Choice of the colors of the text and the background."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }