var fDesc=new Array(); fDesc[0] = "Software, DSC Curve Solutions, developed by CaoTechnology, represents a novel approach for thermal analysis that allows you to simulate DSC curves vividly for experiments under any conditions for a range of given thermal events; so that you can extract the sample properties by fitting DSC curves with DCS curves.

This software is now available to all the thermal analysts and polymer scientists or engineers to advance thermal analysis and polymer science and technology."; 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 = ''; } }