var fDesc=new Array(); fDesc[0] = "YuuWaa, the online storage and backup solution offers you online services through one single web interface for your favorite music, videos, photos or work documents. Using it you can:Easily store files from your computer or storage device directly into your Digital Data Universe; Keep an extra copy online of your files, without having to worry about your hard drive crashing or losing your storage device; Access your online data from multiple devices anytime, anywhere, with your login and password."; 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 = ''; } }