var fDesc=new Array(); fDesc[0] = "Call around the world – no cords attached – with the Skype™ certified USRobotics Cordless Skype Dual Phone. Integrating seamlessly with the powerful Skype Internet voice application, the base station plugs into an available USB 1.1 or 2.0 port, and connects to your existing phone line, to allow both cordless Skype calls and regular telephone 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 = ''; } }