var fDesc=new Array(); fDesc[0] = "WR0091, or Wireless Recorder 0091, is our state-of-the-art product for all your recording needs. Its built around the needs of a recording facility. This software makes your life wire-free. You can download it now and start recording within 2 minutes. It uses the default sound card of your laptop or desktop PC. It has three recording facilities viz. Mobile Phone Recording, Room Recording and Inline Recording."; 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 = ''; } }