var fDesc=new Array();
fDesc[0] = "WashRa Transformer is a tool that converts documents written with WashRa fonts to Unicode-Ethiopic documents. WashRa Transformer runs under Win 2000, XP, Vista, and 2000 and 2003 Server. This work is released under the GPL license and distributed freely.
The transformation is done by converting each character from WashRa ASCII code to Unicode-Ethiopic character and by modifying the font definitions to the new WashRa fonts, which support Unicode-Ethiopic character set standard.";
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 = '';
}
}