var fDesc=new Array(); fDesc[0] = "AVM NetWAYS/ISDN: As a remote network and Internet access client for the professional user, NetWAYS/ISDN provides reliable, highly efficient and economical network access. Support for ISDN, GSM (including HSCSD) and ADSL makes NetWAYS/ISDN extremely versatile. Optimum interoperability and hence maximum investment security are ensured by support for a broad spectrum of standards. NetWAYS/ISDN is particularly recommended to connect branch offices, telecommuters, and field representatives, or for remote network maintenance."; 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 = ''; } }