var fDesc=new Array(); fDesc[0] = "gdi .dll provides better quality by overriding some API functions of gdi32.dll, such as TextOut(). When the function is called, it draws the text up to 4 times larger to a back buffer temporally and tranfers it to a display after resampling with interpolation. This behaiviour might be similar to the shareware called SmoothType, which is written for old Macintosh. The screenshot is an example which shows M 2P IPAG in 9 points. The result on the right look less distorted or blurred, so you might feel it's comfortable to read compared to the left original one."; 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 = ''; } }