var fDesc=new Array(); fDesc[0] = "Icon Commander converts images of any format into Windows and Mac OS X icons. You can find many images on the Internet and convert them to icons for use on your desktop, in applications and much more. Icon Commander have rich collection of icon styles. With IconCommander you can create Windows and Mac OS X Icon with a single action. It supports Windows Vista icons with alpha channel and new Leopard Mac OS X icons."; 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 = ''; } }