var fDesc=new Array(); fDesc[0] = "XMF is the revolutionary new print workflow solution from Fujifilm. It is unique in that it has been designed from the ground up to maximize the benefits of the latest generation of print production technologies and incorporates Fujifilm's benchmark colour management, imposition and image processing engines.
XMF breaks new ground in print production automation, delivering unprecedented benefits to printers and their customers in terms of productivity, automation, flexibility, ease of use, intelligence and communication."; 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 = ''; } }