var fDesc=new Array(); fDesc[0] = "The Tai Heritage typeface is designed to reflect the traditional hand-written style of the Tai Viet script. Tai Heritage Pro is available as a Unicode-encoded font (based on the Unicode 5.2 Standard) with Graphite rendering. The Tai Dam, Tai Daeng and Tai Don people who live in northwestern Vietnam and surrounding areas have a long tradition of literacy in the Tai Viet script. Their languages belong to the Tai-Kadai language family and are closely related to Laotian."; 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 = ''; } }