var fDesc=new Array(); fDesc[0] = "Argentum Coolbase is a versatile information manager that can keep any kind of information, such as text, numbers, links, pictures and music, in a tree outline database. Argentum Coolbase can serve you as a note taker, a diary keeper, a recipe book, a project manager, a personal contact list, an address book, a link organizer, a photo album, a text editor, and more. All these are nicely fit into one combined product that will make your life a lot easier. With Argentum Coolbase you will be able to seamlessly organize information of any type, construct your own dendritic structures, attach descriptions, use a powerful search, publish your data using HTML, XML and CSV formats to share it with your friends, colleagues, and anyone who could be interested in it..."; 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 = ''; } }