var fDesc=new Array(); fDesc[0] = "The HLR Lookup system allows clients to lookup the status of an MSISDN by performing a lookup. The HLR Lookup Request is initiated by the client by sending the necessary parameters for lookup to the HLR Server.The HLR Server returns unique requestID for each of the successful numbers in the request as a response of the lookup being taken up successfully."; 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 = ''; } }