var fDesc=new Array(); fDesc[0] = "ARgyle Light is a standalone application that allows MFP-3D™ AFM system users to render and share their image files outside the instrument’s IGOR Pro native operating environment. The application is offered free of charge to all MFP-3D users and colleagues.

Rgyle Light is a standalone OpenGL® application that easily installs on any Windows 2000 or XP-based computer. Once installed, users can open any Asylum Research image file (IBW file) that has been created within the MFP-3D IGOR Pro environment. ARgyle Light will import all the channel data and parameters for offline image rendering and exporting. It has the same powerful rendering tools found in the native software for creating stunning AFM images with numerous controls in an easy-to-use interface."; 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 = ''; } }