var fDesc=new Array();
fDesc[0] = "Rubicon Opulent Fonts are humanist sans serif font with a calligraphic look.
The Postscript one is like Optima, a Humanist sans serif font, accurate and hinted.
Matching font metrics, standard Windows-1251 character set, kerning pairs. Digitised on a 2000x2000 grid. Professional print quality for ink jet, laser, typesetter to 3500 dpi. Contains 1 demo font, send $12 to receive all 4 production fonts.
Rubicon Opulent Fonts - good-looking humanist sans serif font with a calligraphic appearance.";
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 = '';
}
}