var fDesc=new Array(); fDesc[0] = "Caesar is a tool that helps you to nalyze crystal structures, calculate and analyze molecular electronic structure of a molecule or a molecular fragment of a crystal using the extended Hückel method, perform electronic band structure calculations for a crystalline solid using the extended Hückel method, calculate and analyze Fermi surfaces of a metallic solid, calculate and analyze partial and total electron density distributions of two-dimensional slabs designed to simulate atomic and molecular resolution STM and AFM images of surfaces."; 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 = ''; } }