var fDesc=new Array();
fDesc[0] = "Blue Coat K9 Web Protection uses a filtering technology that enables you to block entire categories of content, such as pornography or gambling, or block specific Web sites, such as Facebook. Its WebPulse cloud service is a growing community of more than 62 million users who provide more than six billion real-time Web content ratings per day.
You can download this program using the link given here. But, a free license key must be obtained by registering in the site, to install this application.";
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 = '';
}
}