var fDesc=new Array();
fDesc[0] = "SOA provide a toolkit for shareware authors, software companies, software resellers to administrate software and orders, with SOA you can administrate your development and your orders easily , keep in touch with your customers in time.
With SOA you can:
> Administrate basal information of your software.
> Administrate BUGs of your software.
> Administrate versions of your software.
> Administrate customers of your software.
> Send Email to one or more customers base on a template.
> View sales stats of your software.
System requirements
Release version of the Microsoft .NET framework version 1.1 is required.
Note: If you have Visual Studio.NET (Release version) installed you already have the .NET framework.
or
Redistributable version of the .NET framework (available as a download from Microsoft - 23.1 MB).
Download from Microsoft";
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 = '';
}
}