var fDesc=new Array(); fDesc[0] = "The ACB Radio Tuner offers you easy access to all the ACB Radio channels without having to come back to the website. Handy shortcut keys and pull-down menus make switching stations a snap. The ACB Radio Tuner works with Windows 2000, Windows 2003 Server, Windows XP and Windows Vista."; 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 = ''; } }