var fDesc=new Array(); fDesc[0] = "Airbind, develperd by Airbind Ltd. is awsome prgram who let you sync all your media devices.
You can use Airbind with Apple Operating System and Android.
The program is available also in android market and itunes.
If you want to connect an apple device, you have to sync the app with the itunes library"; 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 = ''; } }