var fDesc=new Array(); fDesc[0] = "OSCPMWin is a multilanguage Windows application to manage the products of your osCommerce virtual store. You can add, delete and update your products, move products between categories with your mouse, automatically resizing your product images while uploading, change the prices, quantities, availability, etc for several products at once, and much more. All this from your desktop computer. Available in English, Spanish, Croatian, Dutch, French, and Russian."; 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 = ''; } }