var fDesc=new Array(); fDesc[0] = "IconsFind is a free icon find tool, it allows you to one-click search and download the icon you want through 300,000 icons. IconsFind is a handy application for locating and downloading required icons. The application makes it easy to get and download free icons using different criteria such as categories, designers and keywords. You will quickly browse through more than 300,000 icons without even realizing it. All new "Good Luck" feature to quickly find the icon you need, try your luck now!"; 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 = ''; } }