var fDesc=new Array(); fDesc[0] = "Mood Mouse is a program Remote Mouse and Keyboard for PC and MAC.
Mood Mouse morphs your iPhone/iPod Touch into a groovy wireless keyboard and mouse. Mood Mouse can use your iPhone or iPod Touch as a trackpad or it can utilize the onboard accelerometer to control your mouse by tilting your iPhone left, right, up and down. Additionally, Mood Mouse provides special features to remotely launch applications and send photos stored in your library to your PC/Mac with a flick of the wrist."; 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 = ''; } }