var fDesc=new Array();
fDesc[0] = "FREE Graphical XSD and XML Editor.
A fully featured XML Development Studio:-
- Graphical and Text based XML Schema Editor
- XSD and XML Validation
- XPath Expression builder
- Web Service Explorer
- Code Generation (30 day Trial) for C++, C#, Java, VB.Net & Visual Basic
- Intellisense for XML and XSD documents
- Syntax Highlighting
- XML Formatting.
- Html Docs From XSD Schema
- Fully compliant with the XSD standard
- Features normally costing $$$";
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 = '';
}
}