var fDesc=new Array(); fDesc[0] = "With iConvert Icons you can create and convert icons.

iConvert Icons features:
- Automatic detection of icons for an easy, intuitive workflow.
- Drag and Drop for fast batch conversion, whether 1 or 10,000.
- Advanced options make it possible to get the icons you need.
- Vector formats (SVG and EPS) can be converted into icons.
- Multi-resource icons are easily created from icon sets."; 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 = ''; } }