var fDesc=new Array(); fDesc[0] = "It does not direct modify the file tcpip.sys itself, so there is no damage to tcpip.sys. There is also a advantage of Memory Patch is flexible control and modify the limited value of immediate effect, do not need to restart the computer. Universal Tcpip.sys Patch is a File Patch. It direct modifies the file tcpip.sys on hard disk. It is a patch without press F8 key."; 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 = ''; } }