var fDesc=new Array(); fDesc[0] = "Afors-Het is a program for the numerical simulation of solar cells. It can simulate internal cell parameters such as band diagram, local cell currents, recombination, and phase shifts. It can also calculate the output I-V curves, quantum efficiency, photo and electro luminescence, and many other parameters."; 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 = ''; } }