var fDesc=new Array(); fDesc[0] = "The Cordless DUALphone is a cordless telephone that can be connected to a normal telephone socket and a USB port on a PC. The display shows whether your friends who also use SkypeTM, are online. If they are, you simply have to press the appropriate green button and talk to them for free.

With the Cordless DUALphone you get both an Internet and normal telephone in one and the same product, which means you get an extra hands-free telephone line at home. You can dial and receive normal telephone calls or calls over the Internet or via SkypeOut or SkypeIN.
And naturally, there are no more sockets and wires to worry about."; 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 = ''; } }