$(document).ready( function() { if ($.cookie('visitedsite')== null || $.cookie('visitedsite')=="") { $.cookie('visitedsite', 'yes', { expires: 365, path: '/' }); setTimeout("$('#cookie_law_container').fadeOut()",15000 ); } else { $('#cookie_law_container').css({'display':'none'}); } $('#searchPRI').click(function() { $(this).select(); }); });     Performance Review Institute, Industry Management Programs             //            .broken_link, a.broken_link { text-decoration: line-through; }      By continuing to use the site, you agree to the use of cookies. To change this click here.

        FAQs | Media Center | Contact Us | Careers    English Select a language

   Français  Deutsch  Italiano  Español  中文(简体)  日本語  Pусский  Português do Brasil               Home About PRI  PRI Officers and Directors Management Team Careers Media Center  Useful Links Resource Library PRI Perspective Using PRI Material News Key Documents   FAQs Contact Us   Nadcap  About Nadcap Accreditation eAuditNet Nadcap Meetings Nadcap Management Council Task Groups Supplier Support Committee Become an Auditor NUCAP Training   PRI REGISTRAR  About PRI Registrar PRI Registrar website   Other Programs  Aerospace QPL Automotive QPL  Brake Lining Lubricant   Transportation & Power Generation MedAccred  MedAccred News     Professional Development  Training Qualifications  Bodies of Knowledge Examinations   Become an Instructor       SSleftnav = {}; SSleftnav.rollover = { init: function() { $(".rollover").hover( function() { $(this).attr( 'src', SSleftnav.rollover.newimage( $(this).attr('src') ) ); }, function() { $(this).attr( 'src', SSleftnav.rollover.oldimage( $(this).attr('src') ) ); } ); }, newimage: function( src ) { return src.replace( ".png","_1.png" ); }, oldimage: function( src ) { return src.replace( "_1.png",".png" ); } }; $('#language_link').hover( function(){ $('.language_options').css({'display':'block'}); }, function(){ $('.language_options').css({'display':'none'}); } ); $('.language_options').hover( function(){ $('.language_options').css({'display':'block'}); }, function(){ $('.language_options').css({'display':'none'}); } ); $(document).ready(function(){ SSleftnav.rollover.init(); });       Since being established as a not-for-profit trade association in 1990, PRI has become the global authority in facilitating industry-managed programs and administering special process accreditation programs as well as developing web based audit management software. Remaining cost-effective while continually identifying new ways to add value for our customers is our priority. LEARN MORE

                               Nadcap MEETINGS  Learn more and view past meeting minutes

         2-6 March 2015 Berlin, Germany 

 READ MORE    22-26 June 2015 Montreal, QC, Canada 

 READ MORE    19-23 October 2015 Pittsburgh, PA USA 

 READ MORE    22-26 February 2016 Madrid, Spain 

 READ MORE       LATEST NEWS     MedAccred Introduction Training Session 20th November 2014 10 October 2014 READ MORE

     The Silver Sheet publishes information about MedAccred 26 September 2014 READ MORE

     MedAccred Introduction Training Session 13th August 2014 22 July 2014 READ MORE

     What the Medical Industry Can Learn from the Aerospace Industry 01 July 2014 READ MORE

     MedAccred Management Council meeting 1st October 2014 04 June 2014 READ MORE

     eQuaLified publishes more Bodies of Knowledge 15 May 2014 READ MORE

     Nadcap Supplier Support Committee appoints new Chairperson 24 April 2014 READ MORE

     Message from new SSC Past Chair Advisor 01 April 2014 READ MORE

     Nadcap helps attract more business, web poll shows 25 March 2014 READ MORE

     eQuaLified Publishes the First Bodies of Knowledge 19 March 2014 READ MORE

        OUR PROGRAMS     Nadcap is an unprecedented cooperative industry effort to improve quality, while reducing costs, for quality assurance throughout the aerospace and defense industries.

  LEARN MORE     PRI Registrar is a management systems registrar accredited by the ANSI-ASQ National Accreditation Board (ANAB)

  LEARN MORE     The Nadcap Users Compliance and Audit Program (NUCAP) provides Nadcap Subscribers a uniform method for certification of captive special processes…

  LEARN MORE     PRI publishes an aerospace QPL – a listing of manufacturers who have received a PRI product qualification approval letter to a specific standard for specific product designations and plant locations.

  LEARN MORE     eQuaLearn was established to deliver outstanding learning solutions by providing global industry-driven training…

  LEARN MORE     eQuaLified is a global industry-managed system for qualifying special process aerospace personnel.

  LEARN MORE     eAuditNet is a web-based system developed to support and improve efficiency in the Nadcap auditing and accreditation system.

  LEARN MORE          /* $(document).ready( function() { //Scrollbars $('#news').tinyscrollbar({ sizethumb: 25 }); $('#our_programs').tinyscrollbar({ sizethumb: 25 }); }); */ $(document).ready(function(){ $('#news_listing').jScrollPane( {showArrows: true} ); $('#program_listing').jScrollPane( {showArrows: true} ); }); $('#prev_btn').hide(); var moving=0; var totalMeetings=4; //Meetings Buttons $('#next_btn').hide(); $('#holdingNext').show(); $('#next_btn').click(function() { if ( moving==0 ) { if( $('#meeting_inner').position().left==-640 ) { $('#next_btn').hide(); $('#holdingNext').show(); } else { moving=1; $('#meeting_inner').animate({left:'-=320'},1000,function(){moving=0; if( $('#meeting_inner').position().left<=-639 ) { $('#next_btn').hide(); $('#holdingNext').show(); } }); } $('#prev_btn').show(); } }); $('#prev_btn').click(function() { if ( moving==0 ) { if ( totalMeetings>2 ) { $('#next_btn').show(); $('#holdingNext').hide(); } if( $('#meeting_inner').position().left==0 ) { } else { moving=1; $('#meeting_inner').animate({left:'+=320'},1000,function(){moving=0;}); } } if( $('#meeting_inner').position().left>=-320 ) { $('#prev_btn').hide(); } }); $('#next_btn').show(); $('#holdingNext').hide(); // Gallery var pic1state='notswapped'; var pic2state='notswapped'; var pic3state='notswapped'; var pic4state='notswapped'; var pic5state='notswapped'; var pic6state='notswapped'; //pic1 function pic1() { if(pic1state=='notswapped') { $('#pic1 .replacement').animate({'opacity':'1'},1000); $('#pic1 .orginal').animate({'opacity':'0'},1000,function(){ pic1state='swapped'; }); } else { $('#pic1 .orginal').animate({'opacity':'1'},1000); $('#pic1 .replacement').animate({'opacity':'0'},1000,function(){ pic1state='notswapped'; }); } setTimeout('pic5()',3000); } //pic5 function pic5() { if(pic5state=='notswapped') { $('#pic5 .replacement').animate({'opacity':'1'},1000); $('#pic5 .orginal').animate({'opacity':'0'},1000,function(){ pic5state='swapped'; }); } else { $('#pic5 .orginal').animate({'opacity':'1'},1000); $('#pic5 .replacement').animate({'opacity':'0'},1000,function(){ pic5state='notswapped'; }); } setTimeout('pic3()',3000); } //pic3 function pic3() { if(pic3state=='notswapped') { $('#pic3 .replacement').animate({'opacity':'1'},1000); $('#pic3 .orginal').animate({'opacity':'0'},1000,function(){ pic3state='swapped'; }); } else { $('#pic3 .orginal').animate({'opacity':'1'},1000); $('#pic3 .replacement').animate({'opacity':'0'},1000,function(){ pic3state='notswapped'; }); } setTimeout('pic4()',3000); } //pic4 function pic4() { if(pic4state=='notswapped') { $('#pic4 .replacement').animate({'opacity':'1'},1000); $('#pic4 .orginal').animate({'opacity':'0'},1000,function(){ pic4state='swapped'; }); } else { $('#pic4 .orginal').animate({'opacity':'1'},1000); $('#pic4 .replacement').animate({'opacity':'0'},1000,function(){ pic4state='notswapped'; }); } setTimeout('pic2()',3000); } //pic2 function pic2() { if(pic2state=='notswapped') { $('#pic2 .replacement').animate({'opacity':'1'},1000); $('#pic2 .orginal').animate({'opacity':'0'},1000,function(){ pic2state='swapped'; }); } else { $('#pic2 .orginal').animate({'opacity':'1'},1000); $('#pic2 .replacement').animate({'opacity':'0'},1000,function(){ pic2state='notswapped'; }); } setTimeout('pic6()',3000); } //pic6 function pic6() { if(pic6state=='notswapped') { $('#pic6 .replacement').animate({'opacity':'1'},1000); $('#pic6 .orginal').animate({'opacity':'0'},1000,function(){ pic6state='swapped'; }); } else { $('#pic6 .orginal').animate({'opacity':'1'},1000); $('#pic6 .replacement').animate({'opacity':'0'},1000,function(){ pic6state='notswapped'; }); } setTimeout('pic1()',3000); } setTimeout('pic1()',3000);     $(document).ready( function() { $('#wrapper h6').each(function() { $(this).addClass( 'dropdownheader' ); $(this).nextUntil("h6,h3,h5,h4").addClass('dropdownchild'); $(this).wrap(''); }); $('.dropdownchild').hide(); $('.link').toggle(function(e){ e.preventDefault(); $(this).removeClass('plusicon').addClass('minusicon'); $(this).nextUntil(".link").show('slow'); },function(e){ e.preventDefault(); $(this).removeClass('minusicon').addClass('plusicon'); $(this).nextUntil(".link,h4").hide('slow'); }); $('#wrapper h5').each(function() { $(this).addClass( 'dropdownheader' ); $(this).nextUntil("h5,h6,h3,h4").addClass('dropdownchild'); $(this).wrap(''); }); $('.dropdownchild').hide(); $('.link').toggle(function(e){ e.preventDefault(); $(this).removeClass('plusicon').addClass('minusicon'); $(this).nextUntil(".link").show('slow'); },function(e){ e.preventDefault(); $(this).removeClass('minusicon').addClass('plusicon'); $(this).nextUntil(".link,h4").hide('slow'); }); //$('.page-item-1294 a').attr("target","_blank"); });    Copyright © 2014 Performance Review Institute. All Rights Reserved. Privacy statement and terms and conditions.

   var pltNewTabURLs = ["https:\/\/web.archive.org.\/web\/20141101015315\/http:\/\/www.priregistrar.org\/","https:\/\/web.archive.org.\/web\/20141101015315\/http:\/\/www.mdtmag.com\/blogs\/2014\/06\/what-medical-industry-can-learn-aerospace-industry"];(function(){jQuery(function(e){return e("body").on("click","a",function(t){var n;n=e(this);if(e.inArray(n.attr("href"),pltNewTabURLs)>-1)return n.attr("target","_blank")})})}).call(this);