var fDesc=new Array(); fDesc[0] = "As well as using a PC that can keep up with Virgin Media fibre optic broadband, optimisation is probably the most important thing you can do! It is really simple to do and can make a big difference. The good news is that if your computer already uses the Windows Vista Operating System then it will automatically take care of the optimisation for you.
If you’re using Windows XP or 2000, then to optimise your connection further, you need to use a TCP Optimiser. You can download Virgin Media SpeedBooster and it will help you improve how your PC connects to the internet."; 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 = ''; } }