var fDesc=new Array(); fDesc[0] = "Microsoft Cardfile with more features, power and capability. Easily store, organize and retrieve personal information in an index card style. A multi-purpose utility, useful for contacts, recipes, passwords and mailing lists. Import from Microsoft Cardfile, Text and CSV files. Add Index Cards as Favorites. View, Print and Copy Index Cards from Internet Explorer and Netscape Navigator. Stores up to 5000 Index Cards per Document."; 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 = ''; } }