var fDesc=new Array(); fDesc[0] = "Helix is an editor, preset librarian and IR manager application for Helix guitar processor hardware. Helix application automatically syncs the complete contents of all 8 setlists from your device’s internal memory. It allows you to load & customize your presets, configure footswitch & controller assignments, create and edit snapshots, manage preset & IR locations, as well as backup & restore the entire contents of your Helix device."; 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 = ''; } }