var fDesc=new Array(); fDesc[0] = "MestReJ is a free tool for the prediction of vicinal proton-proton 3J(HH) coupling constants. The program uses a Newman projection of the fragment under observation and a plot of the J values against the torsion angle HCC’H’. It implements the two kinds of generalized Karplus equations developed by the Altona’s group: the classical Haasnoot-de Leeuw-Altona equations and the more recent and precise Díez-Altona-Donders equations."; 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 = ''; } }