var fDesc=new Array(); fDesc[0] = "Store Manager for osCommerce is a Windows application to quickly and effectively manage your osCommerce online store. You can manage osCommerce products, osCommerce product attributes, categories, manufacturers, orders and other things. You can export osCommerce products into Excel file, edit it and then import products into osCommerce store - batch updates are so fast now!"; 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 = ''; } }