var fDesc=new Array(); fDesc[0] = "Blackstar Insider lets you create, edit and store patches for your ID:Series or ID:Core amplifier, build a library of patches on your computer, and share them with our online community. This app is packed with handy features to help you improve your playing, including a built-in audio player for jamming along with your favourite MP3s and a 'phrase trainer' that lets you loop and time-stretch passages so you can nail those tricky chords and riffs"; 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 = ''; } }