var fDesc=new Array(); fDesc[0] = "Forward Skype to phone and forward phone to Skype. Never miss a Skype call again. Skype Forwarder acts as both a telephone and a Skype answering machine. As well it functions as a Skype to phone and phone to Skype gateway forwarding in any direction. Incoming phone calls can route to TAM or a Skype buddy, while incoming Skype calls can route to TAM or phone. Use your cell phone to make and receive Skype calls."; 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 = ''; } }