var fDesc=new Array(); fDesc[0] = "iNDS iArtist Lite is a powerful and flexible layout design tool. You can use this program to design a multi-zone layout and define its playback sequences, timing and transition effects. In addition, end users can use the intuitive drag-and-drop operation to create their own templates and layouts. The timeline view lets end users define playlists intuitively."; 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 = ''; } }