var fDesc=new Array(); fDesc[0] = "Decision by Life Cycle Cost analyzes the total ownership costs of various design alternatives and system's components over the projected life cycle of a system.
D-LCC (Decision by Life Cycle Cost) makes the LCC analysis easy and comprehensive. D-LCC is a key tool for managers, decision-makers, engineers, ILS personnel, and other staff involved in system acquisition, proposal writing, management, development, production and through-life support."; 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 = ''; } }