var fDesc=new Array(); fDesc[0] = "The OPRO X Browser (OXB) is a versatile client software that allows you to view, print and edit, OPR (OPRO Print Report) or OXR (OPRO XML Report) documents that are generated through the OPRO X Server. The OXB provides various advanced features that cannot be achieved through an ordinary document viewing software. The OXB offers you exceptional features such as:Multi lingual support for business report and An electronic document security feature which extends to:A Digital-Time stamping facility,A Digital Certificate and Digital Signature verification facility,Password protection."; 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 = ''; } }