// Used in apply_exp.jspf function showCSPActiveX() { if (navigator.appName.indexOf("Explorer") != -1) { if ( navigator.userAgent.indexOf("Windows NT 6") != -1 ) { document.writeln(""); } else { document.writeln(""); document.writeln(""); } } } function selectKey() { if ( plugin ) { //document.writeln("Plugin installed
"); var doTryNext = true; for ( i=0; doTryNext; i++ ) { sKey = document.iID.EnumProperty('Key',i); doTryNext = sKey!=""; if ( doTryNext ) { aKey = sKey.split(";"); if ( parseInt(aKey[2],16)<0x47 ) document.writeln(""); } } } }