var fDesc=new Array(); fDesc[0] = "Ornament Drawing using Wallpaper Groups.
An application for drawing ornaments, written in Java. To run the application you will need a Java Runtime Environment (JRE), which is already present on many systems and can be installed for free on most others. The application has been digitally signed, but most functions can be used with the limited access permissions granted to untrusted code, so you don't have to trust the application to use it."; 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 = ''; } }