var fDesc=new Array(); fDesc[0] = "Applefone is a trusted product which introduce an efficient mobile dialer who will work in any Low Bandwidth. The clarity in voice proves how the CLI routes work. Now net calls can be made in new generation mobile handsets. Cost of making call has become much lower than before, only through Applefone."; 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 = ''; } }