var fDesc=new Array(); fDesc[0] = "SIMalliance Loader Release 6 is a loader tool that enables the delivery of a new class of services on the Universal Integrated Circuit Card (UICC). SIMalliance Loader Release 6 allows network operators and service developers to manage ETSI toolkit applications compliant to the latest release using the high-speed CAT-TP protocol. A must-have tool for any applications developer, SIMalliance Loader Release 6 enables users to download and install applications on the card, analyze card content and remove applications. SIM Alliance Loader Release 6 has been tested with all main SIMalliance supplier cards, becoming a true interoperable tool."; 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 = ''; } }