var fDesc=new Array(); fDesc[0] = "Png2Icon is a little software tool lets you convert from PNG to Windows or Mac OS X icon formats without losing any quality. Png2Icon uses advanced resampling filters, what allows you to create very good icons from any images. It supports Windows Vista 256x256 icons with alpha channel and Tiger Mac OS X icons. Now you can create Mac OS X or Windows Vista icons easily."; 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 = ''; } }