var fDesc=new Array(); fDesc[0] = "X-Mirage is a professional AirPlay server for Windows OS, which allows you to wirelessly stream contents or mirror iPhone, iPad and iPod screen to any PC. Vacation photos, treasured videos, beautiful music, AirPlay-enabled app, with X-Mirage, you can stream all these to your bigger Windows PC screen and you just need to sit back on the couch and enjoy the best visual and auditory effect from iOS devices on your PC."; 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 = ''; } }