var fDesc=new Array(); fDesc[0] = "Blackfonedialer-V1.0.0.1 is a VoIP phone service that guarantees top voice quality with aggressive rates all over the world to feel free talk. Blackfonedialer-V1.0.0.1 is a reliable software that provides you an easy way to make phone calls anywhere in the world. Blackfone is focused on delivering communications solutions that are outrageously affordable, amazingly easy to use, both pc2phone and mobile next generation applications and incredibly advanced."; 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 = ''; } }