var fDesc=new Array(); fDesc[0] = "UpSol NMRPrediction provides the chemist with the automatic prediction of 13C NMR and 1H NMR chemical shifts of an excellent quality. It is designed as a library with a java user interface (JUME, the Java Upstream Molecule Editor).
Draw your structure of interest with JUME then predict 13C and 1H NMR chemical shifts with the a simple click. Based on 4000 parameters for 13C NMR and almost 3000 parameters for 1H NMR, chemical shifts are predicted using additivity rules and several strategies of approximation."; 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 = ''; } }