var fDesc=new Array();
fDesc[0] = "File Trigger is a free Windows timer that launches any file of your choice, including videos, and MP3 music songs.
Using this software, you have the possibility o set your File Trigger clock's time, just changing your Windows time at the bottom right corner of your screen. Double click in the time numbers, set the time and click . To set your timer, just use the arrows at the bottom right to set the timer hour, minutes and seconds.
It is a very simple and easy to use program.";
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 = '';
}
}