var fDesc=new Array(); fDesc[0] = "Icon Office is a icon conversion and multi-tabs icon library management software, extract icons from files or folders, convert icon to ico, icl, bmp, gif, png, jpeg file, builds and maintains icon libraries like Windows Explorer, multi-tab icon library browser, search icons by keywords.

At first glance, they look like little labels living above the icon library you're currently visiting. But they are a brilliant way to browse multiple icon libraries at once. Simple and easy, you can think of them as the electronic version of a well kept filing cabinet, with the tabs as the dividers and the icon libraries as the content kept in folders. Each icon library appears as a new tab (not a new window) and can be accessed in one click.

Build and maintain icon libraries as desired with no limit on the number of icons in each library. Manage icon libraries, library categories with a hierarchical structure like Windows Explorer. Scan for and eliminate duplicate icons. Search icons by keyword."; 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 = ''; } }