var fDesc=new Array();
fDesc[0] = "StroyCode combines a set of features that are necessary for a developer. The main purpose of the program is to produce other programs. Programming in Pascal/Delphi.
Below is a description of components, which StroyCode consist of:
- Creating source codes in Pascal language.
- Resource editor for programs. Creating resource (*.res) files.
- Creating Batch (*.bat) files.
- Creating XML (*.xml) and INI (*.ini) files.
- Text editor is designed for writing programs helps, drawing up technical documentation, creating webpages.
- Simple text editor.";
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 = '';
}
}