var fDesc=new Array(); fDesc[0] = "This software is the network client software version 4.0.1 used for network stand alone DVR and DVS. Support 3 different resolution of 1024*768, 1152*864 and 1280*1024. If the PC is not worked in those resolution .it will display with the resolution of 1024*768."; 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 = ''; } }