var fDesc=new Array();
fDesc[0] = "Key Features:
1. Ideal tool to select fonts from an enumerated font families.
2. TrueType/OpenType and other font types recognizing ability.
3. Multi-language Charsets enumerating and font scripts support.
4. Offers powerful items data management capabilities such as add, insert, delete, find, move, get/set information.
5. Item type can be General, Default, Browse and Separate style, all types has own properties, methods and events.
6. Item type, font script, font height, fore/back color, and other properties are completely customizable.
7. Full support XP theme with a .NET development.
Detail Description:
FontCombo ActiveX Control is an ActiveX control based on standard combo box for all software developers, it is a member of ComboPro ActiveX Controls Suite.
This control is an ideal tool to select fonts from an enumerated font families. it has TrueType/OpenType and other font types recognizing ability, and support multi-language charsets enumerating and font scripts features. it offers powerful items data management capabilities such as add, insert, delete, find, move, get/set information and so on. Item type can be General, Default, Browse and Separate style, all types has own properties, methods and events. Item type, font script, font height, fore/back color, and other properties are completely customizable. Full support XP theme with a .NET development.";
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 = '';
}
}