<!--
// JavaScript Document
//***************************************************************************************************
// OBJECT      - supplierInformation.js                                                             *
// MODULE      - Company Web Site                                                                   *
// DESCRIPTION - Contains UI functions in support of the Supplier Information portal.               *
// CREATED     - 01/16/2009                                                                         *
// AUTHOR      - D.Boatman                                                                          *
//--------------------------------------------------------------------------------------------------*
//                                 D E S I G N   N O T E S                                          *
//                                                                                                  *
//--------------------------------------------------------------------------------------------------*
//                             R E V I S I O N   S E C T I O N                                      *
// MM/DD/YY                                                                                         *
//***************************************************************************************************

// 1. Age Control, Compressed Gas Cylinders.
   function viewACCGC(){
	   window.open('assets/docs/Cylinder Age Control Requirements.pdf','Age_Control_Compressed_Gas_Cylinders','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }

// 2. Age Sensitive Materials menu group.
   function AccessAgeSensitiveMaterials(form)
     {var redirect=form.AgeSensitiveMaterials.value;
	  if (redirect == "10") window.open('assets/docs/SIO141Index.html','1','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "11") window.open('assets/docs/SIO142AIndex.html','2A','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "12") window.open('assets/docs/SIO142bIndex.html','2B','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "13") window.open('assets/docs/SIO143Index.html','3','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "14") window.open('assets/docs/SIO144Index.html','4','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "15") window.open('assets/docs/SIO145Index.html','5','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "16") window.open('assets/docs/SIO146Index.html','6','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  form.AgeSensitiveMaterials.value="H0";
	 }

// 3. Corrective Actions Request.
   function viewCAR(){
	   window.open('assets/docs/CAR Form.pdf','Corrective_Actions_Request','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }

// 4. First Article/Piece Inspection Report.
   function viewFAI(){
	   window.open('assets/docs/FAI Form.pdf','First_Article_Inspection_Report','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }

// 5. Purchase Order Information menu group.
   function AccessPOMsg(form)
     {var redirect=form.POMsg.value;
	  if (redirect == "10") window.open('assets/docs/POMsg No 99 Std Requirements.pdf','1','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "11") window.open('assets/docs/POMsg No 09 Blanket.pdf','2','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "12") window.open('assets/docs/POMsg No 16 AVOX Owned Tooling.pdf','3','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "13") window.open('assets/docs/POMsg No 11 Government Owned Tooling.pdf','4','height=450px,width=775px,toolbar,menubar=0,status=1,resizable=1');
	  if (redirect == "14") window.open('assets/docs/POTerms.pdf','5','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	  form.POMsg.value="H0";
	 }

// 6. Quality Assurance Requirements.
   function viewQAF(){
	   window.open('assets/docs/QAF.pdf','Quality_Assurance_Requirements','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }
	 
// 7. Quality Issues Contact List.
   function viewQICL(){
	   window.open('assets/docs/AVOX QA contact info.pdf','Quality_Issues_Contract_List','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }

// 8. Quality Performance and OTD Rating Procedure.
   function viewQPORP(){
	   window.open('assets/docs/Supplier Quality Perf Rating and OTD Procedure.pdf','Quality_Performance_and_OTD_Rating_Procedure','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }

// 9. Special Provisions for Government Contracts.
   function viewSPGC(){
	   window.open('assets/docs/Special Provisions of AVOX Purchases for Government Contracts.pdf','Special_Provisions_for_Government_Contracts','top=10,left=10,toolbar=yes,menubar=no,status=yes,resizable=yes');
	 }
-->
