var fDesc=new Array();
fDesc[0] = "An Internet monitoring proxy server, Cyfin Proxy combines Web access monitoring with the industry's best user-activity reporting in one high-performance, low-cost solution. Ideal for any size organization, Cyfin Proxy makes Web-use management effective and easier than ever before.
Main Features :
- Real-Time Monitoring. Get live views of employees' Web activity.
- Employee-Focused Reporting. Track employee Web usage from multiple perspectives.
- Productivity Protection. Monitor social networks, shopping, sports and more.
- Manager-Ready Reports. Get reports that are accurate, detailed and actionable.
- Comprehensive Coverage. Monitor over 500 million Web pages in 74 categories.
- Personalized Web Policy Support. Tailor Cyfin to fit your specific policy.
Technical Features :
- Bandwidth Protection. Monitor Web sites that consume the most bandwidth.
- Security Assurance. Protect against spyware, malware, public proxies, etc.
- Active Directory Support. Integrate seamlessly with Active Directory.
- Daily List Updates. Stay on top of the latest Web 2.0 trends with automatic updates.
- Minimal-Effort Administration. Install, set up and maintain with ease.
- Array Configuration Support. Manage multi-location configurations from one server.
- Superior Support Services. Access our knowledgable support staff and services.";
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 = '';
}
}