var fDesc=new Array(); fDesc[0] = "mobilkom austria’s A1 over IP service enables users the ability to make VoIP calls with a softphone application on their PCs or laptops and also choose to receive mobile telephone calls on their softphone. In contrast to other VoIP services such as Skype, A1 over IP allows users to maintain their usual mobile phone number while enjoying all the advantages that VoIP offers, including real-time multimedia communications."; 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 = ''; } }