var fDesc=new Array(); fDesc[0] = "Genobazz R VST is a free monophonic bass synthesizer plugin, with more bass, more acid, more fat sound, inside. Genobazz R VST has eight waveforms: saw, square, pulse, double sine, saw-pulse, reso1, reso2 and reso3; and wight filter types: 24dB Fat low-pass, 24dB low-pass, 24dB VCF Ladder, Modulo Filter, 36dB State Variable, Fat filter, 12dB High-pass, and band pass."; 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 = ''; } }