var fDesc=new Array(); fDesc[0] = "CS-Cart is a standalone web application for building and managing an ecommerce website of any size from a small web store to a virtual shopping mall with multiple departments and product suppliers. With CS-Cart your first sale is closer than ever - just do basic setup, populate your store with products, enter your account details with your payment system and you can go live!"; 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 = ''; } }