var fDesc=new Array(); fDesc[0] = "RSBY Verifier is a software which handles card verification.

Insert the VA Card into appropriate reader. Click Connect VA Card after connection the button will disable. Similarly insert RSBY Card to another reader and click Connect RSBY card after connection the button will disable. Click on Verify Button the message prompts Card is Verified in case card is genuine. In order to have a look for the data in the RSBY Card click Display button."; 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 = ''; } }