var fDesc=new Array(); fDesc[0] = "The Philips Lamps Plug-in allows specifiers to select and simulate Philips lamps in an easy and simple way. Once a lamp is chosen in the Plug-in the data can be “Send to DIALux” to the selected luminaire. In this way a lighting calculation or simulation can be performed. The plug-in can also be used as a standalone application. In the Plug-in you will find links for every available lamp leading to the Philips internet catalogue (eCat) for additional information. the Plug-in contains LED lamps as well."; 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 = ''; } }