var fDesc=new Array(); fDesc[0] = "The method of quantum resonant magnetic analysis is an emerging rapid, accurate and non-invasive spectral testing method and particularly suitable for comparison of curative effects medicine and health products, and to check sub-health conditions. The main analysis items are over 30, including cardiovascular and cerebrovascular condition, bone mineral density, trace elements, blood lead, rheumatism, lung and respiratory tract, nephropathy, blood sugar, stomach and intestines, liver and gall, cranial nerves, gynecology, prostate, bone disease, the trace elements of selenium, iron, zinc and calcium, etc."; 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 = ''; } }