var fDesc=new Array(); fDesc[0] = "asus@vibe is a one-stop entertainment platform that serves as a value-added service for all ASUS products. With the asus@vibe platform, users can access or download a wealth of exciting and engaging digital content such as music, videos, games, magazines, e-books, as well as tune into their favorite radio stations and stream live TV anytime and anywhere!"; 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 = ''; } }