var fDesc=new Array(); fDesc[0] = "SmartStore.biz is the leading turn-key eCommerce solution for small and medium-sized enterprises. With a range of features to leave the competition in its tracks, its modern and intuitive user interface allows every eCommerce newbie to develop and publish a professional online store at the touch of a button."; 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 = ''; } }