var fDesc=new Array(); fDesc[0] = "The users can now plumb for fun with this game even if they have never held a wrench. It is a fast-paced connect-the-pipes game will amuse users for hours on end. Pop orders to connect pipes that are falling from above. It's a crazy race against time to link pipes and score points. Loop four pieces to blow up surrounding pipes for extra board room. Create a chain reaction that knocks Pop's socks off. Track scores and make Pop blow a gasket and more."; 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 = ''; } }