var fDesc=new Array(); fDesc[0] = "The One Time Combination lock Questor is characterized by its Interactive Code System (ICS) for which a patent has been applied. In ICS Mode the user registers at the lock with his personal ID. The ICS ensures on site presence and generates a temporary, person-related and situational specific One Time Question. Only after telephonic forwarding of this question to the dispatch centre and verification of the data, the user gets a One Time Code to open the lock from the dispatch centre. Every event is recorded to guarantee the maximum transparency."; 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 = ''; } }