// JavaScript Document

function showLetterHead(){
 document.write("<p><img src=\"images\/logo-NEW.gif\" align=\"left\"> <br> " +
                "<strong>International Process Plants <\/strong><br> " +
                "<em>Global Headquarters <\/em><br> " +
                "Hamilton Business Center, 17A Marlen Drive · Hamilton, NJ · 08691 · USA <br> " +
                "Phone: (609) 586-8004 · Fax: (609) 586-0002 <br><br><br><\/p> ");
 };

