var fDesc=new Array(); fDesc[0] = "SigJenny turns your PC into a flexible and powerful signal generator for free! It generates numerous different waveshapes, can sweep them or arrange them as tone bursts, graphically display them, and do a very good impression of a police car. The output can be a single frequency or swept, or a single or repeating tone burst. The input from a microphone can be shown and the output frequency can be specified as musical pitch. The output can be saved as a WAV file!"; 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 = ''; } }