var fDesc=new Array(); fDesc[0] = "P2 Streaming Receiver is a program that allows you to view a video stream from the camera recorder on a network. The streaming playback supports dynamic bit rate control, and the optimal bit rate is automatically applied based on the network status. Two preset modes are available for configuring streaming operations according to your intended purpose. The following parameters can also be configured individually if necessary: transmission rate, ARQ (packet resend), FEC (error correction), and receive buffer size."; 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 = ''; } }