var fDesc=new Array(); fDesc[0] = "Namie Amuro "Anything" for Google Chrome is a browser extension that adds special "Namie Amuro" contents to your homepage. By installing this extension, you can enjoy the continuation of the unsolved riddle in the normal version of the music video and a special homepage. When you open a new window or tab, you can see an interactive and entertaining video that can be viewed exclusively on Google Chrome."; 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 = ''; } }