var fDesc=new Array(); fDesc[0] = "Reserved to cyberspace holder, this software count amounts of customer connection.
It takes in charge until 100 stations.
It is sufficient to choose the number of "Poste" of the customer and to activate the meter.
When he finished his utilization, it is sufficient to click on "Fin de la connexion" and you have the length and the amount of the connection.
You can, sure, indicate the time of disconnection so that it is deducted of the amount. Try it and you will note its speed and using simplicity."; 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 = ''; } }