var fDesc=new Array(); fDesc[0] = "Select, press, enjoy. The IMPRESSA C5 is based on a simple one-switch philosophy. You can achieve perfect coffee results in a correspondingly short time, and to a standard that has already won over critical independent testers.

Thanks to its compact design, it is easy to find a space for it anywhere, while its clear shapes and colours have an attractive appeal."; 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 = ''; } }