var fDesc=new Array(); fDesc[0] = "eShopaid is a web-based integrated retail solution from Wondersoft, the pioneers in retail automation. This solution delivers the breadth and depth of functionality demanded by retailers, without the need to build, manage and maintain multiple applications and interfaces. Its unique use of a single application to cover everything from the POS terminals, store & warehouse systems, and all the functions that you would expect to find at corporate office sets eShopaid apart from other solutions in the market."; 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 = ''; } }