var fDesc=new Array(); fDesc[0] = "With IconWorkshop make your own icons for Windows, MacOS and Unix. Create Windows icons up to 256x256 for Windows Vista/7 and Macintosh icons up to 512x512 for Mac OS X Lion 10.7. Unix/Linux uses PNG icons. IconWorkshop creates PNG images with alpha channel in a few clicks including from existing Windows and Mac 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 = ''; } }