var fDesc=new Array(); fDesc[0] = "An exceptional automation solution that addresses all of your automation needs.
The Mandarin M3 Core modules offer powerful, sophisticated features. Whether you have one or multiple libraries, or your collection numbers one thousand or millions, these modules perform sophisticated functionality with the economics and ease of a PC installation. Optional add-on modules expand functionality to meet the needs of each individual library."; 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 = ''; } }