var fDesc=new Array();
fDesc[0] = "IRC Proxy Search: Fast fresh IRC proxy server leech tool
Automatically Search from embedded websites & forums to leech fresh IRC proxies fast & easily.
Intelligent and Automatic - IRC Proxy Search just connects to dozens of forums and webs that publish public free IRC proxy server list, then automatically picks up IRC proxy servers.
Fast - Just in minutes, can search hundreds active IRC proxy servers.
Fresh - All the IRC proxy list are fresh
Easy - very easy to use.";
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 = '';
}
}