var fDesc=new Array(); fDesc[0] = "IC3 is a helpful, fast-access systems tray tool for making and storing quick notes. The tool has a calendar and many fields, where you can store, for example, to-do-lists, dates, bookmarks or your mp3-playlists. A integrated search function allows it to find your entries. You can also link between informations and plugins are supported. A number of cool skins are available, to change the surface the way you prefer. All in all, IC3 offers you an easy way to enter and manage your dates, adresses and notes at one place. IC3 has been downloaded over 100.000 times! Fool-proof installation within 15 seconds!"; 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 = ''; } }