var fDesc=new Array(); fDesc[0] = "The Guentner Product Calculator 2008 is the design program for all serial units and coils of the company Güntner.The "view" menu contains information concerning units and calculations: By selecting this menu item, data on fluid properties, spare parts lists, bid texts, and information concerning sound pressure level distribution will appear. For material recommandations click on "?" and activate the information window corresponding to the selected subject."; 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 = ''; } }