var fDesc=new Array(); fDesc[0] = "Take control of online selling with powerful, effective system that automates core processes and saves you time and money. Linnworks order management software and stock control system integrates the entire multi-channel sales process – handling everything from order fulfilment to shipping, stock control and inventory management, and integrates with eBay, Amazon, Play.com, Pixmania, Magento and all major website carts."; 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 = ''; } }