var fDesc=new Array();
fDesc[0] = "It saves working proxies to a CSV or text file automatically.
It is possible to schedule stuff like Sending Email with Proxies, Executing Python Commands, Executing MS-DOS Batch Commands and Uploading to Remote FTP Location.
Features:
-Upload fresh proxies to your FTP server
-Test the proxies continously and eliminate the bad proxies
-Use Proxy Goblin plugins and send proxies directly into various softwares/tools easily.
-Proxy Goblin have the ability to check Google friendly proxies among the good ones to make surfing on Google much safer";
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 = '';
}
}