var fDesc=new Array(); fDesc[0] = "ChipIT is a free program to Explore GSM Sim Cards and Save, Load, Edit or Copy the Phone Book. It runs under WIN95/98 (32 bits program) and includes quick commands with buttons Select, Get Response, Read Binary, Read Records. The tool is compatible with GSM11.11 (6.2) and ISO7816 3-4 specifications (improved ATR analysis)."; 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 = ''; } }