var fDesc=new Array(); fDesc[0] = "The application promises to transform the virtual pilots long or short haul flights by bringing you Sky Blue Radio right in to your cockpit simply by tuning in to our frequency (123.45) on your com 2 radio.However, this nifty little application does not stop there. No Sir/Madam. Wee Tune Beastie II gives you a chance to talk live to fellow flight simmers. It gives you direct link to the live DJ’s simply be clicking on the DJ’s banner, and if there is no DJ on air and our hard working monkey Otto Matix is playing the tunes, you can even make a request from him."; 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 = ''; } }