var fDesc=new Array();
fDesc[0] = "Symbol Factory .NET is a .NET software component used for adding animated objects from a library of over 3,600 industrial and manufacturing objects into your Visual Studio.NET software applications. Symbol Factory .NET is built around .NET Framework 2.0, so VB.NET and C# in Visual Studio 2008.
Main Features:
- Over 3,600 animatable Graphics in 60 industrial categories in the Standard Control
- Vector graphics scale up and down in size without loss in image quality
- Unlimited number of instances on a form
- Free Cutaway Control included for doing tank type fills
- Context sensitive help
- Free sample code for Visual Studio 2005 and 2008
- Free training videos";
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 = '';
}
}