var fDesc=new Array(); fDesc[0] = "IIC Publisher is the official tool that will let you create your own Image. InfoCards-powered pictures. It can insert all the available cards of the IIC specification, and will always be up-to-date with the latest developments in the Image.InfoCards world.

Everyone wishing to upgrade their existing pictures to include information inside them should use this application.

IIC Publisher can act as viewer too. Currently supported image formats by the Image.InfoCards protocol are JPEG, GIF and PNG. Support for TIFF is under development."; 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 = ''; } }