var fDesc=new Array(); fDesc[0] = "HappyIcon is a Windows icon creation tool from images, photos, videos, 3D files.
It Runs on: Windows XP/2003/2008/Vista/7.
HappyIcon turns large images and photos into perfectly proportioned icon, XP profile iconss and cursors with a minimum of fuss."; 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 = ''; } }