var fDesc=new Array(); fDesc[0] = "Ever wanted to schedule a mediaCam recording when your not at you machine ? Well now you can with the introduction of our free mediaTimer application. All you need to do is set a start time and end time for your capture, when the start time is reached mediaCam is set recording, when the end time is reached, the recording is stopped. Its that simple."; 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 = ''; } }