var fDesc=new Array();
fDesc[0] = "Omnius allows you to fast, simply and effectively service your Sony Ericsson and Samsung mobile phones.
Main Features:
- Unlimited unlocking of Android phones is now included in 1 year full license.
- Unlocking of S1 QSD8250 phones, i.e. XperiaTM X10.
- Unlocking of S1 MSM7227 phones, i.e. XperiaTM X8, W8, X10 mini, X10 mini pro.
- Unlocking of S1 MSM7x30 phones, i.e. XperiaTM Active, Arc, Mini, Neo, etc.";
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 = '';
}
}