var fDesc=new Array();
fDesc[0] = "ltraUXThemePatcher modifies your system files so that 3. party themes can be used. You can download Windows themes from third parties and activate them. The program backups the original system files and all changes can be undone by uninstalling if you have issues.
UltraUXThemePatcher is available for Windows XP to Windows 10 (RTM, Anniversary Update 1607, Creators Update 1703, Fall Creators Update 1709, April Update 1803) for 32bit and 64bit version.
Note: This application make changes to your system files, this can lead to unexpected problems or total breakdown of Windows!";
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 = '';
}
}