var fDesc=new Array(); fDesc[0] = "Use Joystix Pro to play your favorite PC games with a game controller. You can play any game with a controller whenever you like, create and customize your favorite games’ stix with the stix Studio and more. You can also use Joystix Pro to surf the web, listen to music, or watch TV shows and movies on their computer from the comfort of the couch"; 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 = ''; } }