var fDesc=new Array(); fDesc[0] = "Sophia CallingCard is a leading source for international phone cards and prepaid calling cards. With our guaranteed quality phone cards and lowest rate calling cards you can save up to 75% on your long distance calls and international calls. Quit paying expensive long distance bills – use a prepaid phone card and enjoy the savings! Our international calling cards come with free features that will make them the easiest calling cards you will ever use. When you experience the Pinless Dialing feature on our phone cards you will never need to remember another pin number again."; 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 = ''; } }