var fDesc=new Array(); fDesc[0] = "Adesign is a brand new 2D imaging software, a graphic application that provides bitmap and vectorial tools, advanced imaging features and cutting-edge technology. From the home user to the professionnal designer, Adesign offers what you are looking for in a clear and intuitive interface."; 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 = ''; } }