var fDesc=new Array();
fDesc[0] = "CR8type2 is used to Design, edit and convert OpenType and TrueType fonts. Produce multi-language fonts using a toolbox full of drawing options.
Features:
* Convert between OpenType TrueType and OpenType PostScript fonts.
* A full-featured drawing toolbox - including knife and freehand draw.
* Edit glyphs as TrueType (points) or as standard PostScript curves.
* Create and edit fonts containing up to 65535 glyphs.
* Transform (rotation, skew and stretch) points, glyphs and composite glyphs.
* Change the weight (stroke thickness) of contous and glyphs.
* Map glyphs to any of 65536 unicode characters.
* Input all OpenType metrics, names and parameters.
* Create and edit TrueType kerning.
* TrueType gasp hinting and global hinting of OpenType PostScript fonts.
* Auto-calculate advanced parameters.
* Auto-create up to 199 Latin accented characters in seconds.
* Use with freeware CR8tracer to create fonts from bitmap images.
* Use backgound images to assist drawing.
* Refer to a 30 page, easy to read, colour PDF manual.
* Obtain free support, updates and technical assistance.";
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 = '';
}
}