var fDesc=new Array(); fDesc[0] = "Images generator is a powerful graphic editor. The feature of the program is innovative functions for creation images. The graphic editor allows creating from elements of Web pages as banners and buttons to whole professionally executed Web sites. You can create drawings for engineering and science, painted art, 3d scenes, wallpaper and craft projects, textile patterns, desktop applications, logo, оrnaments, trademarks and others."; 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 = ''; } }