var fDesc=new Array(); fDesc[0] = "The XtremeLink® Device Programmer (XDP for short) is a USB based device that allows various types of communications with the XtremeLink® product line. The software will give you powerful tools for helping you setup your system and diagnose any potential installation or equipment problems.
This product is designed for PC computers running Windows 98 through Windows Vista operating systems. Currently, there is not a Macintosh OS version available. The hardware is compatible with USB 1.1 and USB 2.0 configurations. The required cable type is a Type A to Mini-B, which can be purchased directly from XPS."; 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 = ''; } }