var fDesc=new Array(); fDesc[0] = "Wox is a full-featured launcher for Windows users, The program allows you to access programs and web contents as you type. You can quick start programs and find local files without leaving your keyboard, search the web by prefixing your search with keywords like wiki, customize the web searches in Wox's setting window to make them meet your daily needs, and more."; 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 = ''; } }