var fDesc=new Array(); fDesc[0] = "The 6H30 is a miniature dual triode that is all the rage today. It comes from Russia and people love it. It is similar to the 6DJ8, but differs in that it is much more buffed: it has a lower rp and mu , plus a greater plate dissipation. However, it requires much more heater current than the 6DJ8. It can be used in a phase splitter and driver circuits in power amplifiers."; 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 = ''; } }