var fDesc=new Array(); fDesc[0] = "First the network has to be set up. Connect both the server computer and the client computer(s) (the computer(s) that run the Show Fights program) to a network either by cable or by a wireless connection. Make sure the IP settings are. Start the server program on the server computer. In the left upper corner of the server program is shown some information about the computer name and the IP address of the server computer. Simple interface.Just connect to the server and watch"; 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 = ''; } }