var fDesc=new Array();
fDesc[0] = "Supremo is a powerful, easy and complete solution for remote desktop control and support. It allows you to access a remote PC or host a Meeting in just a few seconds. There's no need to install it or configure the routers.
Supremo is safe and reliable thanks to the AES 256-bit encryption and can host online Meetings. You can also customize Supremo with your brand/logo.
Supremo is free for personal use while the subscription of a plan is needed in order to access remote servers / PCs for commercial purposes. Discover our unbeatable offer.
Download, access, control.";
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 = '';
}
}