var fDesc=new Array(); fDesc[0] = "Tanpura Generator Desktop is an advanced tanpura application that offers a virtual professional tanpura and shruti with real high quality sound with a five band equalizer. It also includes a tone generator to tune your instrument or to add harmonics to the atmosphere, an advanced metronome for practice and an audio file player, with pitch and speed change capability."; 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 = ''; } }