var fDesc=new Array(); fDesc[0] = "The GoToTags Windows NFC App is a desktop application that enables you to use NFC on Microsoft Windows, much like you can with an NFC enabled phone. You can perform tag actions as well as read and write NFC tags.
Features:
Calling an External Application when an NFC Tag is Read
Create, Edit and Validate NDEF Records
Display NFC Chip Data
Encode NFC Tags
Erase NFC Tags
Keyboard Wedge Emulation for NFC Tags
Manage NDEF Records
NDEF Format NFC Tags
Performing NFC Tag Actions
Read NDEF Records from NFC Tags
Save & Open NDEF Records Files"; 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 = ''; } }