var fDesc=new Array();
fDesc[0] = "CurrentWare is an amazing and complete Endpoint solution. CurrentWare Suite includes the following solutions: Internet Access Control, Internet Usage Monitoring, Endpoint Security and Power Management Solutions.
Main features:
- Control Internet Access
- Block games and programs
- Schedule Internet policies
- Block ports and file types
- Track Internet activity
- Automated Email Reports
- Bandwidth Monitoring
- Remote Screen Capture
- Control Device Access
- Centralized Security Console
- Access Security Level
- Admin device white list
- Conserve Energy Usage
- Remote shutdown / restart
- Schedule energy policies
- Reduce energy cost.";
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 = '';
}
}