var fDesc=new Array(); fDesc[0] = "The GoToTags NFC Encoder software is a Microsoft Windows based desktop application to encode large quantities of NFC tags. The NFC Encoder is usage-based software; you only pay for what you use. Each month you can encode up to 100 NDEF NFC tags for free. The NFC Encoder software can be paired with optional hardware to automate and speed up the NFC tag encoding process."; 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 = ''; } }