var fDesc=new Array(); fDesc[0] = "UNIQLO SHOW WINDOW enables you to view footage selected from a range of contents including UNIQLOCK as a screen saver. You can also use it as a RSS reader to automatically view timely UNIQLO news from around the world. UNIQLO is looking to use the UNIQLO SHOW WINDOW, UNIQLO to create a new contact media with global PC users, delivering more attractive contents in an easier, timely way."; 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 = ''; } }