var fDesc=new Array(); fDesc[0] = "iTunesRemote allows you to control iTunes on one computer from another computer, via a client program or via a web browser.

iTunesRemote allows you to take the controls with you, saving you the trip from your living room to the place your music computer is set up.
iTunesRemote Server will allow any computer on your local network running either the iTunesRemote client or a web browser to control the iTunes program on the computer it's running on. You will be able to control it from your laptop, your PDA, even from modern cellphones.

iTunesRemote Client will connect to the iTunesRemote server program, and allow you to control the iTunes on the server computer."; 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 = ''; } }