var fDesc=new Array(); fDesc[0] = "SellerEngine Plus is an inventory management tool that empowers Amazon ProMerchants with the features they need to streamline sales and fulfillment and begin boosting profits. Because SellerEngine Plus syncs with Amazon, you can add and update listings seamlessly. When orders are placed, SellerEngine Plus automatically documents the transaction and updates your inventory."; 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 = ''; } }