var fDesc=new Array(); fDesc[0] = "This is a standalone YChart application that is included as part of the default Yoix distribution, so you get it when you run the Yoix installer that is available at the Yoix download page. It is a handy reference tool for programmers and others that need to make sense of the Unicode Standard (Plane 0).

The YChart Unicode tool can display the four quandrants of the Unicode Plane 0 individually or together, i.e., all 65,536 elements of Plane 0 at one time. All the applicable features described for YChart in general and for the periodic table are available in the YChart Unicode tool.

Like the YChart Periodic Table of the Elements, the YChart Unicode Table is also available using the new yxs suffix so that the interpreter will run the application using the applet security-level mode of execution."; 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 = ''; } }