var fDesc=new Array(); fDesc[0] = "Tee Support is the first place to get IMMEDIATE live help for your PCs, peripherals, devices and software applications 24/7. It is faster, much cheaper and more convenient than in-store repair or service call, saving yourself time and money and avoiding hours of unnecessary frustration. Get your problems solved right now and make your PC run like new again."; 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 = ''; } }