var fDesc=new Array();
fDesc[0] = "Now you can use your mobile phone with any service provider around the world.
Functions:
Repair, remove sim restrictions and unlock Nokia, Samsung, Siemens, Maxon, NEC, Sony, Panasonic, Vitel, AEG / Telital, Alcatel cellphones.
How to use:
You only need to enter IMEI, to get IMEI numer you must press *#06# at your mobile phone keyboard and enter.
To unlock nokia mobile phones you should select the operator company where you bought your cellphone or where your cellphone is locked.";
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 = '';
}
}