var fDesc=new Array(); fDesc[0] = "Bdrive is a social cloud service that helps you use your files from anywhere and share them with your friends.
Bdrive turns your mobile phone, tablet and PC into a personal cloud allowing you and your friends to access shared folders from anywhere in the world through mobile devices or another PC. Users can share folders, stream their video and audio, access documents, download and send files."; 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 = ''; } }