var fDesc=new Array(); fDesc[0] = "BaSiCs Alcad is a powerful sizing application designed for a fast and simple configuration of your batteries for industrial applications. With BaSiCs, you can also directly access the assemblies of batteries and cell data sheets. It helps you find easily and quickly the right battery from Alcad wide range of nickel–cadmium stationary batteries."; 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 = ''; } }