var fDesc=new Array(); fDesc[0] = "The P450H Radio Configuration Utility configures the P450H Radio through its RS232 port.

A special serial communication cable is required to configure a P450H Radio. To configure the 455UD Modem an RJ-45/DB9 cable is required. The details of the wiring of these cable are in the hardware section of this help file."; 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 = ''; } }