var fDesc=new Array(); fDesc[0] = "Inspiration Studio Pro is a professional image editor program. You can now freehand draw with a scissor line and cut a shape with a scissor line. There are now 14 different scissor lines to choose from and 3 ways to use them. Also you can adjust the size of an object by using a percentage to increase or decrease."; 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 = ''; } }