The CE42LH2R is a 42” Robust display. Designed for internal use this model offers a HD ready panel, protected by an anti-reflective acrylic panel and encased in an anodised aluminium cabinet. Designed for use in demanding environments, the display utilises a heat sync for cooling, removing the need for air filters which may become blocked with debris and would shut down a standard display. The unit is ideal for use in shopping centres, fast food courts, or hospitals, where the display may be subjected to cleaning agents that would damage a conventional display.
$(document).ready(function() {
$('.show_ex').toggle(function() {
$('.ext_desc').toggle();
$(this).text('Hide extended description')
.toggleClass("show_ex_flip");
}, function() {
$('.ext_desc').toggle();
$(this).text('Show extended description')
.toggleClass("show_ex_flip");
}
);
$('.ext_desc').hide();
});