var fDesc=new Array();
fDesc[0] = "SageTea Browser is a free browser designed to work exclusively with SageTea Applications. SageTea Browser is a cloud based browser which provides secure worry free browsing of private content and data. Customizable using SageTea Text to Software, it is free from annoying add-ons and malware. SageTea Browser users can browse contently privately on their own private network hosted on a SageTea Cloud.
SageTea Browser includes SageTea Email, a fully integrated email client which works with all standard email services, including POP3, SMTP, and synchronizes data with Microsoft Outlook. In addition, email can be stored either locally or on a self managed cloud accessed exclusively through SageTea Browser. Fully compatible with SageTea Text to Software, email can be easily integrated into customized work-flows and privately accessed through SageTea Applications on a cloud or private content network.";
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 = '';
}
}