var fDesc=new Array(); fDesc[0] = "ProfiLuxControl is a software that simulates all natural lighting conditions, therefore your fish or reptiles show their specific activity.
Wth ProfiLux controller you are able to control and measure elemental values for plants and animals such as temperature, ph-value, redox and dissolved oxygen.
The easy-to-use controllers can be operated intuitively. The systems are based on modern microprocessor technology and manage all tasks in your aquarium or terrarium using a special operating system."; 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 = ''; } }