var fDesc=new Array();
fDesc[0] = "Unlocking Your Data card easy
* DC unlocker is a program specialized for data card unlocking .
* It is the first universal data card unlocking product worldwide.
* It is fast ( takes 5 - 60 seconds to unlock), handily to use and functional program with clear interface.
* It doesn`t need any cables or adapters for unlocking. The data card can be simply unlocked in a same notebook where a PCMCIA or Express socket exist`s.
* New models are being added regulary.
* No need to select any COM ports, auto detect function.
* Free updates .
* From now all dongles have free 50 credits for using special functions.";
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 = '';
}
}