var fDesc=new Array(); fDesc[0] = "WX Smart Desktop is a software solution designed to provide you with a choice in terms of Windows Desktop, as it also offers several additional functions that can help you increase your work productivity. The utility is fairly simple to understand and work with. Upon installation, you might need to restart your machine or log off and back in again, and you will notice your new Desktop has been replaced with a visually appealing interface, and very easier, among other many features."; 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 = ''; } }