var fDesc=new Array(); fDesc[0] = "WinGraphic is an image and animation editing utility that is capable of manipulating your images in many new ways. WinGraphic is not designed to replace your existing image editors but to complement them. By using WinGraphic's image list, you can save a lot of time by not having to load and save images individually. WinGraphic's designed to be easy to use by using a wizard, but it also has enough features for the professional PC user."; 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 = ''; } }