var fDesc=new Array(); fDesc[0] = "Saft BaSiCs is a sizing program 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, to photovoltaic sizing method for solar applications and you can define one or several stands and the battery layout."; 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 = ''; } }