var fDesc=new Array();
fDesc[0] = "As a leader in the field of pressure measurement, Fuji Electric has an installed base of more than 1 000 000 FCX transmitters all around the world. Using leading edge technology in silicon chip manufacturing, FCX transmitters incorporate a high performance micro capacitance silicon sensor. In response to customer request, Fuji Electric has developed a new pressure transmitter : the FCX-AII.The FCX-AII pressure transmitter is “Smart”
and provide 4-20mA & superposed digital signals and use bilingual language capability
which uniquely provide Hart® and Fuji protocol as a standard. In addition, it can be supplied to communicate using either Foundation Fieldbus H1 or Profibus PA protocols.";
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 = '';
}
}