var fDesc=new Array(); fDesc[0] = "Order Importer for Sage, by WebXeL enables you to automatically import orders from your E-commerce website and import them direct into your Sage Instant and Sage 50 Accounts accounting software, eliminating the need to manually enter them. Reduced Costs - by importing orders and producing invoices directly into Sage, key-in times are by-passed, resulting in lower transaction costs."; 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 = ''; } }