var fDesc=new Array(); fDesc[0] = "Store Manager for Zen Cart is a Windows application to quickly and effectively manage your Zen Cart online store. You can update your store product quantities, prices and other data using file from your supplier - just import that file into Zen Cart, Simple category tree with Drag&Drop supported - quickly find and rearrange products in categories using your mouse."; 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 = ''; } }