var fDesc=new Array(); fDesc[0] = "DECT Handset Configurator is an application that is used for pre-configuring 4027, 4070 and 4075 DECT Handsets. The application provides an interface for configuring basic handset settings (general settings, sound and alerts, display), adding contact list (including importing contacts from 4060 handset), disabling handset features and creating pre-subscriptions (for SIP DECT only). The configured parameters are copied (using a MEM card reader) to the MEM card (writing batch for MEM cards is supported) and are applied to the handset."; 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 = ''; } }