var fDesc=new Array(); fDesc[0] = "The application LG Airconditioner Technical Solution-MultiV( LATS-MultiV ) is a complete software solution for LG MultiV Model Selection. This application is very helpful to Sales Engineers and Technical Engineers in making things simpler when it comes to selecting MultiV Models, checking installation error, simulating cooling or heating Performance and generating quotations for commercial and residential buildings. This application would be used by Technical Engineer and Sales Engineer for MultiV.."; 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 = ''; } }