var fDesc=new Array(); fDesc[0] = "Setting up a home network allows the computers in your home to communicate with one another. With a home network, you can share files and folders, use network printers to print documents from any computer in the network and even share hand-held devices like phones, digital cameras, etc. Home networking gives you the option to get things done much faster by utilizing connections available between computers in your network and creates the possibility of using new applications like multi-player online games, etc."; 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 = ''; } }