var fDesc=new Array(); fDesc[0] = "Mobiglobe is an add-on which adheres to the mobile phone SIM Card of any GSM operator. It allows to call easily via VoIP platform.
Features:
- Mobiglobe DOESN'T required Internet connection, it requires only DTMF signal support, provided by GSM mobile network.
- Call directly from contact list as usual. No dialing of PIN codes or access numbers."; 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 = ''; } }