var fDesc=new Array(); fDesc[0] = "You can use the application to view characters that are available in any selected font.
You can copy individual characters or a group of characters to the Clipboard and paste them into any program that can display them. Depending on the program you are using (such as Microsoft ® WordPad), you can copy characters by dragging them from the application directly into an open document."; 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 = ''; } }