var fDesc=new Array(); fDesc[0] = "Selecting fonts from the vast available variety can be a dilemma sometimes, especially while choosing fonts for particular text. FontPicker from Charten software is the best solution to this pain. You can find out more and also download the software for free from http://www.charten.com/Products/FontPicker.htm. FontPicker allows user to compare three varieties of fonts together and that too in a single screen, divided in three windows. FontPicker's side-by-side preview enables user to get exact idea about each variety of font available. By comparing different fonts this way, you can set color, size, style and alignment for each window individually. FontPicker does not need any extra menu or setting options makes the tool very easy to understand and can be mastered by any layman user. Though this tool does not have Maximize button it has good preview feature. FontPicker also does not support Window resize to get the correct look of the fonts. FontPicker is compatible with most of the windows operating systems like Vista, XP, 98, NT; however FontPicker is not available for MAC or Linux operating systems."; 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 = ''; } }