var fDesc=new Array();
fDesc[0] = "Proxy Genius allows you to surf anonymously, change your IP address, prevent identity theft, and guard against hacker intrusions, all with the click of a button.
This cool software creates a bridge for you - it makes it so that you do not even really have to know what a proxy is, yet still get the full benefit as if you were a seasoned pro. This is simply one program that is a must-have for any and every marketer on the web.
ProxyGenius Works exclusively and automatically with IE browser.";
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 = '';
}
}