var fDesc=new Array(); fDesc[0] = "This WJ-SX650 Series Administrator Console will allow you to work with the hardware WJ-SX650 and input the required setting for the device to work in perfect conditions.

Main features:

-Downloads the current setup data of the unit to
the PC.
- Uploads the setup data (configured in WJ-SX650
Series Administrator Console) from the PC to the
unit.
- Creates the initial settings.
-Opens the file in which the setup data was saved.
- Saves the setup data as a file.
- Opens the settings guidance window.
-Displays the information of video input board/output
board.
- Displays the user settings page.
- Displays the settings page of SERIAL port."; 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 = ''; } }