var fDesc=new Array(); fDesc[0] = "Store Manager for X-Cart is a Windows application to quickly and effectively manage your X-Cart online store.

You can add, delete and update products, categories and manufacturers, automatically upload your product images while editing products, categories, manufacturers, view reports, orders and keep the track of your online sales. All this from your desktop computer.

MagneticOne Store Manager for X-Cart was made for ordinary users not for computer specialists, only few settings required for program to start and it just works."; 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 = ''; } }