var fDesc=new Array(); fDesc[0] = "This is the real Professional Song, Tape, Session, Lyrics, Track Sheet and recording devices - Database Solution for ANY KIND OF ANALOG OR DIGITAL MULTITRACKS and EQUIPMENT of your Music Studio. By up to 96 tracks for 10 Recording Devices Anytrac 9 lets you store all the important information of your recording sessions, songs and print track sheets and recording- and equipmentlists anytime."; 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 = ''; } }