var fDesc=new Array(); fDesc[0] = "This is one of the most off-the-wall applications that you'll find on the site - AnalogX AutoTab! Just what does it do - simple, it switches between active applications every couple of seconds... Perfect for tradeshow displays or other times when you would like your computer to switch through a variety of programs in an automated fashion."; 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 = ''; } }