var fDesc=new Array(); fDesc[0] = "The Net-i ware is high performance recording software for all Samsung Network/IP Cameras. The Net-i ware licensing is available for 64/32/16/8, with a 4 channel demo version available at no cost. This software can recorder at 480fps (NTSC) at 4CIF resolution. Search function automatically detects Samsung cameras for quick and easy configuration. The Net-i ware can connect to the Samsung upgrade server for automatic software updates. Other functions include multi-level user access and authority, event based recording and triplex operation (record, live, playback)."; 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 = ''; } }