var fDesc=new Array(); fDesc[0] = "Classicalsoft WinSIM Pro is a professional smartcard tool created for SIM card engineer to view and modify the contents of a GSM SIM, 3G USIM or CDMA R-UIM card. The effective and sophisticated design will simplify the APDU command editing before sending to card using the history command then auto filling the fixed parameters..

So all you need do is to select and then write only the necessary part of a command. While a veteran SIM expert may use the script way for next time in a project
, which sure greatly saves your time and effort.

Here are some key features of "WinSIM Pro":"; 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 = ''; } }