var fDesc=new Array(); fDesc[0] = "MMANA-GAL is an antenna-analyzing tool based on the moment method, which was introduced in MININEC. Included is a possibility of user's interruption of extensively prolonged processes of calculation, draw plos or optimisation,Improved is a behaviour in crytical situations such as emergency close down, memory shortage or external interruption which can occur during calculations. From now on in any (OK, almost any) trouble an unsaved file is not lost but can be found as called, temp.maa, instead"; 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 = ''; } }