var fDesc=new Array(); fDesc[0] = "The Free ICO Converter tool is basically a lightweight application tool that allows the users to convert images into ICO files in a simple and easy manner. This software application showcases a plain interface with easy features. Users can easily operate the program by adding the files to the list with the drag-and-drop feature. The Free ICO Converter tool saves the converted files in the same location as the original files. However, the users are allowed to save the converted files into a separate directory. This free converter tool supports the batch processing method. and therefore it is possible to convert multiple files simultaneously."; 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 = ''; } }