var fDesc=new Array(); fDesc[0] = "FileStar is a fully featured document management solution designed specifically for small and medium sized businesses and corporate workgroups with all the features and performance present in more expensive 'Enterprise' products.

Designed to be intuitive to install, use and administrate without the need for extensive IT support and complex configuration.

Download the fully functional trial version and see for yourself how easy it is to be up and running."; 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 = ''; } }