var fDesc=new Array();
fDesc[0] = "Unlimited Data Manager is the connection software required to use Mobile Unlimited Huawei modems E303, E3276, E3531 and E3372 and in notebooks with built-in WWAN modules. A lot of WWAN modules, netbooks and notebooks are supported, including Dell, Lenovo, HP or Fujitsu models.";
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 = '';
}
}