var fDesc=new Array();
fDesc[0] = "One Step UpLoad (OSUL) is a package of 6 easy to use web editing tools that auto-generates HTML code making uploads of new or revised web pages a cinch.
OSUL provides a quick and easy method to publish photos, web logs, or files.
OSUL also includes an innovative tool that allows for easy backup of those important files to an offsite location: onto your own web site.
OSUL even contains a fun to develop and entirely personalized portal page that turns navigating the Internet into smooth sailing.
This time saving tool is for both novice and advanced users.";
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 = '';
}
}