var fDesc=new Array(); fDesc[0] = "iTap Mobile Touchpad Receiver is a piece of software you need to run on the machine which you want to control via your iPhone. Then, iTap mobile Touchpad turns your iPad, iPhone or iPod touch into a WiFi-enabled touchpad and keyboard for your Mac or your PC. Instead of forcing you to hit tiny buttons or scrolling areas with your fingers, iTap exploits the advanced multi-touch capabilities of your iPhone, iPod touch or iPad to provide the experience of a real touchpad."; 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 = ''; } }