var fDesc=new Array(); fDesc[0] = "SingularLogic S.A. provides you the ability to have your own online branch which can be synchronized with your back office application, keeping this way up-to-date customers, products and orders!Full solution of an on-line electronic shop, directly communicating with the information system of your enterprise and requires the minimum possible administration maintenance by the user / enterprise."; 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 = ''; } }