var fDesc=new Array(); fDesc[0] = "AKG CooL-Line is a standard line of products from the market leader in high performance industrial aluminium cooling systems. The CooL-Line type series consist of different models for mobile and stationary applications and are available through our global specialist dealer network. This line of products embraces all-purpose complete cooling systems that comply with European or American Standards, is suited for normal or rugged environmental operating conditions, is powered by AC-, DC- or hydraulic motor- driven fans and is also available with noise optimized models."; 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 = ''; } }