var fDesc=new Array(); fDesc[0] = "BRIO ShoppinG-IV contains all necessary functions to provide merchants complete information on item inventory, customer & supplier relationship. The online connection to front office POS systems makes it possible to have all information at hand, including the recent sale information. All this helps merchants to make necessary decisions, based on exact an actual data as well as helps to protect investments by total staff control."; 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 = ''; } }