var fDesc=new Array(); fDesc[0] = "MARX CryptoTech is pleased to introduce the latest member of its CRYPTO-BOX family. The CRYPTO-BOX® SC brings unprecedented features and style into the hands of the user.

Features:

-State-of-the-art SmartCard technology, which conforms with the Common Criteria EAL4 Certification SmartCard Chip inside - for maximum security
-Based on the Atmel AT90 microcontroller series
-RSA up to 2048 bit implemented in hardware - for safe authentication, safe updates, etc.
-Secure firmware updates via Internet/Email: customers stay current with the CRYPTO-BOX® SC at all times, in a secure way
-Fully backward compatible to the CRYPTO-BOX USB Versa and XS
-Probably the fastest USB Token on the market: access to the internal, protected memory is 20-40X faster than for the existing CRYPTO-BOX USB!)"; 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 = ''; } }