var fDesc=new Array(); fDesc[0] = "With the Cordless DUALphone you can make ordinary telephone calls and Internet calls using skype and skypeout. An ordinary telephone call is a call between two telephone line subscribers.
The Cordless DUALphone supports the use of handsets. Using a headset allows you to talk through a microphone and saves you from having to hold the handset during a conversation."; 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 = ''; } }