var fDesc=new Array(); fDesc[0] = "Audio Delay is a program that allows you to delay any audio signal fed through your PC. The Audio Delay program enables you to feed your radio's audio through your computer and introduce a variable delay of from 0.1 seconds to several minutes. This makes it easy to synchronize the radio audio and the television video."; 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 = ''; } }