var fDesc=new Array(); fDesc[0] = "Creative Paint is an Advanced, Great Looking, Excellent Image and Photo Editor For Microsoft Windows XP SP2 and Later.
Creative Paint is an image and photo editing software for computers that run Windows Xp sp2. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools."; 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 = ''; } }