var fDesc=new Array(); fDesc[0] = "Actinic offers a range of award-winning and affordable ecommerce packages to make it easy to build and manage your online store and process orders. Powerful marketing, merchandising and search engine optimisation functionality provide more than enough to handle the needs of a modern internet business."; 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 = ''; } }