var fDesc=new Array();
fDesc[0] = "BB-Box Service Software ( AKA "Blackberry Box" ) is a new Multi-device platform for Unlock BlackBerry phones in the market.
Main Features:
- Multiplatform USB Hardware
- Supports near 62 Blackberry models
- Built for work in different brands
- Stable and high speed communication based on FTDI Technology (till 921.600 bds in flash process)
- Standard Unibox Pinout (8pin RJ45) and extra USB connector
- BB-Box community
- Real mailing support ( 24-48 hours )
- Kind product supporters and collaborators
- Real Chat Online";
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 = '';
}
}