var fDesc=new Array(); fDesc[0] = "The FF-CONF is a program for the offline configuration of FOUNDATION fieldbus (FF) networks and field devices. It is compatible with the Linking Device functionality of the Softing gateways FG-100 FF/HSE, FG-110 FF, and FIM-110 FF, and supports standard Device Description (DD) files."; 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 = ''; } }