var fDesc=new Array();
fDesc[0] = "The Gnome-Colors Patcher, which is based on vertigosity's Super Turbo Tango Patcher, is a mostly self-explanatory graphical wizard designed to make simple the process of modifying your system files with resources developed by the Gnome-Colors Project, which is mostly inspired/based on Tango, GNOME, Elementary, Tango-Generator and many other open-source projects. It currently includes implementations of the basic Gnome icon set and the Gnome-Colors icon sets, rounded out with various pieces of artwork created by myself and others. Additionally, it includes a Reloader module to re-modify your files if they are overwritten, allowing system updates to be performed without breaking the theme.
Supported Applications so far:
- 7-Zip
- AIMP
- ClearType Tuner
- Console2
- CCleaner
- Defraggler
- Dropbox
- Everything
- Mozilla Firefox
- Mozilla Thunderbird
- Foxit Reader
- Inkscape
- Lexmark x83 Software
- Miranda IM
- MP3Tag
- LibreOffice
- SMPlayer
- TClock Light
- VirtualBox
- WinRAR
- Foobar2000
- GIMP
- Opera
- Video Lan Client
- Winamp
- uTorrent
- Dexpot";
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 = '';
}
}