var fDesc=new Array(); fDesc[0] = "TiAxoluteDisplay is a managing software for Axolute Display art 349311 and 349312.
TiAxoluteDisplay must be used with internal unit with production date between 09W13 and 10W20.
TiAxoluteDisplay also features Management of Multimedia interface, addition of new languages and programming possibility of GENERAL INTERCOM."; 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 = ''; } }