var fDesc=new Array(); fDesc[0] = "artgem is a fast and powerful allround image editor, suitable for anyone with interest in multimedia graphics, beginner or expert. Use ArtGem to scan and retouch your photos, create graphics for your website or to draw icons, sprites and textures. With hundreds of high quality tools, ArtGem will boost your creativity and enhance your imagework!"; 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 = ''; } }