var fDesc=new Array(); fDesc[0] = "Sword Art Online II is a theme package that allows you to customize the appeareance of your Windows 7 operating system. The program brings you various Anime characters on your PC as you can set them as a desktop background or screensaver. This tool can also change the Start menu bar, folder icons or the Windows Logon Icon."; 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 = ''; } }