var fDesc=new Array(); fDesc[0] = "Line 6 Monkey is an intelligent updater for your Line 6 hardware or software product and is available as a free. Just plug in your Line 6 product via USB to a computer with a live Internet connection. Start up the Monkey and it will tell you exactly what Line 6 software is installed in your computer and what firmware is installed in your Line 6 hardware product. If updates or optional software accessories are available online, the Monkey will let you know and give you the ability to perform an update or purchase the accessory from within this app."; 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 = ''; } }