var fDesc=new Array(); fDesc[0] = "You may easily install fonts onto the computer by clicking with the right mouse button on the downloaded (unzipped) file and select 'install' or: by opening the fonts folder through Windows Explorer.
Usually this folder is either C:\WINDOWS/Fonts or C:\WINNT\FONTS. Once this folder is open, select the fonts you wish to install from an alternate folder and copy and paste them into the fonts folder."; 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 = ''; } }