var emptyLine____________________________ = "";
var emptyLineSymbol = "~";
var emptyLineLengt = 35;//extendEmptyLine();
for (i=1; i<emptyLineLengt; i++)
emptyLine____________________________ += emptyLineSymbol;
var arrRef;
function n(option) { 
//option = option.replace("|","|");
if (option + '' != '') {
arrRef[arrRef.length] = option;
}
}
/* Organ Index Pages Array 
If only an organ (no group and no characteristic) has been selected,
the user will be redirected to an index page for the selected organ.
The following array will store the links to those index pages.
*/
var indexPages = new Array();
indexPages['AL'] = "AL.htm";
indexPages['KI'] = "KI.htm";
indexPages['PA'] = "PA.htm";
indexPages['KP'] = "KP.htm";
indexPages['HR'] = "HR.htm";
indexPages['LU'] = "LU.htm";
indexPages['HL'] = "HL.htm";
indexPages['IN'] = "IN.htm";
indexPages['LI'] = "LI.htm";

/* Define Links
The following array stores the links and display names for all 
available characteristics. It is a multi-dimensional array.
Multi-Dimensional Arrays in JavaScript are arrays whose elements 
are themselves arrays.

--> links[x] holds the organ value
--> links[x][y] group
--> links[x][y][z] characteristic|link
*/
var links = new Array();

	links['AL'] = new Array();

		links['AL']['Candidate'] = new Array();

			arrRef = links['AL']['Candidate'];

				n("Age|104_age_dh.htm");
				n("Blood Type|104_can-abo_dh.htm");
				n("Gender|104_can-gender_dh.htm");
				n("Race|104_can-race_dh.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1501_dh.htm");
				n("Patient Status|104_canhx-stat-cd_dh.htm");
				n("Previous Transplant|104_can-prev-tx_dh.htm");
				n("Residency|104_can-cit_dh.htm");
				n("Waiting List Outcomes|iAL_Candidates_wait_outcomes.htm");
				n("Waiting List at Year End|103_dh.htm");
				n("Time to Transplant|105_dh.htm");
				n("Waiting List Death Rates|106_dh.htm");


		links['AL']['All'] = new Array();

			arrRef = links['AL']['All'];

				n("Donor Type|101_dh.htm");


		links['AL']['Deceased'] = new Array();

			arrRef = links['AL']['Deceased'];

				n("Age|201_age_dc.htm");
				n("Blood Type|201_don-abo_dc.htm");
				n("Gender|201_don-gender_dc.htm");
				n("Race|201_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Any|212_dc.htm");
				n("All Patient Types|1401_tum.htm");
				n("Cause of Death|201_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|201_don-death-circum_dc.htm");
				n("Donation After Cardiac Death|201_don-non-hr-beat_dc.htm");
				n("Mechanism of Death|201_don-death-mech_dc.htm");
				n("Organs from Deceased Donors|102_dh.htm");
				n("Donors Procured by OPO|401_opo.htm");
				n("Transplant Centers by OPO|402_opo.htm");


		links['AL']['Living'] = new Array();

			arrRef = links['AL']['Living'];

				n("Age|208_age_dc.htm");
				n("Blood Type|208_don-abo_dc.htm");
				n("Gender|208_don-gender_dc.htm");
				n("Race|208_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Donor Relation|208_don-rel-ty_dc.htm");


		links['AL']['Recipients'] = new Array();

			arrRef = links['AL']['Recipients'];

				n("Age|110_rec-age-at-tx_dh.htm");
				n("Blood Type|110_can-abo_dh.htm");
				n("Gender|110_can-gender_dh.htm");
				n("Immunosuppression by Organ|iAL_immunosuppression_by_organ.htm");
				n("Race|110_can-race_dh.htm");
				n(emptyLine____________________________);
				n("Multiple Organ Transplants|108_dh.htm");
				n("Payment Source|110_rec-primary-pay_dh.htm");
				n("Previous Transplant|110_rec-prev-tx_dh.htm");
				n("Residency|110_can-cit_dh.htm");
				n("Survival Rates|iAL_Recipients_survival_rate.htm");
				n("Transplants by Organ/Type|107_dh.htm");
				n("Adj Graft Survival by Year|111a_dh.htm");
				n("Unadj Graft Survival by Year|111b_dh.htm");
				n("Adj Patient Survival by Year|112a_dh.htm");
				n("Unadj Patient Survival by Year|112b_dh.htm");
				n("Prevalence at Year End|114_dh.htm");
				n("Posttransplant Malignancies|1403_tum.htm");
				n("Posttransplant PTLD|1404_tum.htm");


	links['HR'] = new Array();

		links['HR']['Candidate'] = new Array();

			arrRef = links['HR']['Candidate'];

				n("Age|iHR_Candidates_rec_age.htm");
				n("Blood Type|iHR_Candidates_abo.htm");
				n("Gender|iHR_Candidates_gender.htm");
				n("Race|iHR_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1503_hr.htm");
				n("Diagnosis|iHR_Candidates_diagnosis.htm");
				n("Patient Status|iHR_Candidates_stat.htm");
				n("Previous Transplant|iHR_Candidates_ptx.htm");
				n("Residency|iHR_Candidates_res.htm");
				n("Time on Waiting List|iHR_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iHR_Candidates_wait_outcomes.htm");


		links['HR']['All'] = new Array();

			arrRef = links['HR']['All'];

				n("");


		links['HR']['Deceased'] = new Array();

			arrRef = links['HR']['Deceased'];

				n("Age|206_age_dc.htm");
				n("Blood Type|206_don-abo_dc.htm");
				n("Gender|206_don-gender_dc.htm");
				n("Race|206_don-race_dc.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1409_tum.htm");
				n("Cause of Death|206_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|206_don-death-circum_dc.htm");
				n("Mechanism of Death|206_don-death-mech_dc.htm");
				n("Organ Disposition|iHR_Donors_deceased_od.htm");
				n("Organ Non-Recovery Reasons|315_ord.htm");
				n("Organ Non-Use Reasons|314_ord.htm");


		links['HR']['Living'] = new Array();

			arrRef = links['HR']['Living'];

				n("");


		links['HR']['Recipients'] = new Array();

			arrRef = links['HR']['Recipients'];

				n("Age|iHR_Recipients_don_age.htm");
				n("Blood Type|iHR_Recipients_abo.htm");
				n("Cold Ischemic Time|iHR_Recipients_coldischemic.htm");
				n("Gender|iHR_Recipients_gender.htm");
				n("Race|iHR_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iHR_Recipients_centervol.htm");
				n("Diagnosis|iHR_Recipients_diagnosis.htm");
				n("Hospitalized at Tx|iHR_Recipients_rec_medcond.htm");
				n("On Life Support at Tx|iHR_Recipients_life_support_tx.htm");
				n("Patient Status|iHR_Recipients_stat.htm");
				n("Payment Source|1104_rec-primary-pay_hr.htm");
				n("Previous Transplant|iHR_Recipients_ptx.htm");
				n("Procedure Type|iHR_Recipients_proc_type.htm");
				n("Residency|iHR_Recipients_res.htm");
				n("Survival Rates|iHR_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iHR_Recipients_immuno.htm");


	links['HL'] = new Array();

		links['HL']['Candidate'] = new Array();

			arrRef = links['HL']['Candidate'];

				n("Age|iHL_Candidates_rec_age.htm");
				n("Blood Type|iHL_Candidates_abo.htm");
				n("Gender|iHL_Candidates_gender.htm");
				n("Race|iHL_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1302_hl.htm");
				n("Diagnosis|iHL_Candidates_diagnosis.htm");
				n("Previous Transplant|iHL_Candidates_ptx.htm");
				n("Residency|iHL_Candidates_res.htm");
				n("State of Center|1302_state_hl.htm");
				n("Time on Waiting List|iHL_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iHL_Candidates_wait_outcomes.htm");


		links['HL']['All'] = new Array();

			arrRef = links['HL']['All'];

				n("");


		links['HL']['Deceased'] = new Array();

			arrRef = links['HL']['Deceased'];

				n("");


		links['HL']['Living'] = new Array();

			arrRef = links['HL']['Living'];

				n("");


		links['HL']['Recipients'] = new Array();

			arrRef = links['HL']['Recipients'];

				n("Age|iHL_Recipients_don_age.htm");
				n("Blood Type|iHL_Recipients_abo.htm");
				n("Cold Ischemic Time|iHL_Recipients_coldischemic.htm");
				n("Gender|iHL_Recipients_gender.htm");
				n("Race|iHL_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iHL_Recipients_centervol.htm");
				n("Diagnosis|iHL_Recipients_diagnosis.htm");
				n("Hospitalized at Tx|iHL_Recipients_rec_medcond.htm");
				n("On Life Support at Tx|iHL_Recipients_life_support_tx.htm");
				n("Payment Source|1304_rec-primary-pay_hl.htm");
				n("Previous Transplant|iHL_Recipients_ptx.htm");
				n("Residency|iHL_Recipients_res.htm");
				n("Survival Rates|iHL_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iHL_Recipients_immuno.htm");


	links['IN'] = new Array();

		links['IN']['Candidate'] = new Array();

			arrRef = links['IN']['Candidate'];

				n("Age|iIN_Candidates_rec_age.htm");
				n("Blood Type|iIN_Candidates_abo.htm");
				n("Gender|iIN_Candidates_gender.htm");
				n("Race|iIN_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1002_in.htm");
				n("Diagnosis|iIN_Candidates_diagnosis.htm");
				n("Previous Transplant|iIN_Candidates_ptx.htm");
				n("Residency|iIN_Candidates_res.htm");
				n("State of Center|1002_state_in.htm");
				n("Time on Waiting List|iIN_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iIN_Candidates_wait_outcomes.htm");


		links['IN']['All'] = new Array();

			arrRef = links['IN']['All'];

				n("");


		links['IN']['Deceased'] = new Array();

			arrRef = links['IN']['Deceased'];

				n("Age|205_age_dc.htm");
				n("Blood Type|205_don-abo_dc.htm");
				n("Gender|205_don-gender_dc.htm");
				n("Race|205_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Cause of Death|205_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|205_don-death-circum_dc.htm");
				n("Donation After Cardiac Death|205_don-non-hr-beat_dc.htm");
				n("Mechanism of Death|205_don-death-mech_dc.htm");
				n("Organ Disposition|iIN_Donors_deceased_od.htm");
				n("Organ Non-Recovery Reasons|312_ord.htm");
				n("Organ Non-Use Reasons|311_ord.htm");


		links['IN']['Living'] = new Array();

			arrRef = links['IN']['Living'];

				n("");


		links['IN']['Recipients'] = new Array();

			arrRef = links['IN']['Recipients'];

				n("Age|iIN_Recipients_don_age.htm");
				n("Blood Type|iIN_Recipients_abo.htm");
				n("Cold Ischemic Time|iIN_Recipients_coldischemic.htm");
				n("Gender|iIN_Recipients_gender.htm");
				n("Race|iIN_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iIN_Recipients_centervol.htm");
				n("Diagnosis|iIN_Recipients_diagnosis.htm");
				n("Hospitalized at Tx|iIN_Recipients_rec_medcond.htm");
				n("On Life Support at Tx|iIN_Recipients_life_support_tx.htm");
				n("Payment Source|1004_rec-primary-pay_in.htm");
				n("Previous Transplant|iIN_Recipients_ptx.htm");
				n("Residency|iIN_Recipients_res.htm");
				n("Survival Rates|iIN_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iIN_Recipients_immuno.htm");


	links['KI'] = new Array();

		links['KI']['Candidate'] = new Array();

			arrRef = links['KI']['Candidate'];

				n("Age|iKI_Candidates_rec_age.htm");
				n("Blood Type|iKI_Candidates_abo.htm");
				n("Gender|iKI_Candidates_gender.htm");
				n("Gender and PRA|502_pragender_ki.htm");
				n("Race|iKI_Candidates_race.htm");
				n("Race and PRA|502_prarace_ki.htm");
				n(emptyLine____________________________);
				n("All Patient Types|502_ki.htm");
				n("Diagnosis|iKI_Candidates_diagnosis.htm");
				n("PRA|iKI_Candidates_pra.htm");
				n("Previous Transplant|iKI_Candidates_ptx.htm");
				n("Previous Transplant and Gender|502_ptxgender_ki.htm");
				n("Previous Transplant and PRA|502_ptxpra_ki.htm");
				n("Previous Transplant and Race|502_ptxrace_ki.htm");
				n("Residency|iKI_Candidates_res.htm");
				n("State of Center|502_state_ki.htm");
				n("Time on Waiting List|iKI_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iKI_Candidates_wait_outcomes.htm");


		links['KI']['All'] = new Array();

			arrRef = links['KI']['All'];

				n("");


		links['KI']['Deceased'] = new Array();

			arrRef = links['KI']['Deceased'];

				n("Age|202_age_dc.htm");
				n("Blood Type|202_don-abo_dc.htm");
				n("Gender|202_don-gender_dc.htm");
				n("Race|202_don-race_dc.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1405_tum.htm");
				n("Cause of Death|202_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|202_don-death-circum_dc.htm");
				n("Donor Category(ECD, SCD, DCD)|202_doncat-ecdc_dc.htm");
				n("Mechanism of Death|202_don-death-mech_dc.htm");
				n("Organ Disposition|iKI_Donors_deceased_od.htm");
				n("Organ Non-Recovery Reasons|303_ord.htm");
				n("Organ Non-Use Reasons|302_ord.htm");


		links['KI']['Living'] = new Array();

			arrRef = links['KI']['Living'];

				n("Age|209_age_dc.htm");
				n("Blood Type|209_don-abo_dc.htm");
				n("Gender|209_don-gender_dc.htm");
				n("Race|209_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Donor Relation|209_don-rel-ty_dc.htm");


		links['KI']['Recipients'] = new Array();

			arrRef = links['KI']['Recipients'];

				n("Age|iKI_Recipients_don_age.htm");
				n("Blood Type|iKI_Recipients_abo.htm");
				n("Cold Ischemic Time|iKI_Recipients_coldischemic.htm");
				n("Gender|iKI_Recipients_gender.htm");
				n("Race|iKI_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iKI_Recipients_centervol.htm");
				n("Diagnosis|iKI_Recipients_diagnosis.htm");
				n("Dialysis Within 1 Week of Tx|iKI_Recipients_dialysis.htm");
				n("Donor Category(ECD, SCD, DCD)|504_ki.htm");
				n("Donor Relation|iKI_Recipients_don_relation.htm");
				n("Donor Type|516_don-ty_ki.htm");
				n("Hospitalized at Tx|iKI_Recipients_rec_medcond.htm");
				n("Level of HLA Mismatch|iKI_Recipients_rec_mm.htm");
				n("On Life Support at Tx|iKI_Recipients_life_support_tx.htm");
				n("Payment Source|iKI_Recipients_payment_source.htm");
				n("PRA|iKI_Recipients_pra.htm");
				n("Previous Transplant|iKI_Recipients_ptx.htm");
				n("Residency|iKI_Recipients_res.htm");
				n("Survival Rates|iKI_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iKI_Recipients_immuno.htm");


	links['KP'] = new Array();

		links['KP']['Candidate'] = new Array();

			arrRef = links['KP']['Candidate'];

				n("Age|iKP_Candidates_rec_age.htm");
				n("Blood Type|iKP_Candidates_abo.htm");
				n("Gender|iKP_Candidates_gender.htm");
				n("Race|iKP_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|802_kp.htm");
				n("Previous Transplant|iKP_Candidates_ptx.htm");
				n("Residency|iKP_Candidates_res.htm");
				n("State of Center|802_state_kp.htm");
				n("Time on Waiting List|iKP_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iKP_Candidates_wait_outcomes.htm");


		links['KP']['All'] = new Array();

			arrRef = links['KP']['All'];

				n("");


		links['KP']['Deceased'] = new Array();

			arrRef = links['KP']['Deceased'];

				n("");


		links['KP']['Living'] = new Array();

			arrRef = links['KP']['Living'];

				n("");


		links['KP']['Recipients'] = new Array();

			arrRef = links['KP']['Recipients'];

				n("Age|iKP_Recipients_don_age.htm");
				n("Blood Type|iKP_Recipients_abo.htm");
				n("Cold Ischemic Time|iKP_Recipients_coldischemic.htm");
				n("Gender|iKP_Recipients_gender.htm");
				n("Race|iKP_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iKP_Recipients_centervol.htm");
				n("Hospitalized at Tx|iKP_Recipients_rec_medcond.htm");
				n("Level of HLA Mismatch|iKP_Recipients_rec_mm.htm");
				n("Payment Source|804_rec-primary-pay_kp.htm");
				n("PRA|iKP_Recipients_pra.htm");
				n("Previous Transplant|iKP_Recipients_ptx.htm");
				n("Residency|iKP_Recipients_res.htm");
				n("Survival Rates|iKP_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iKP_Recipients_immuno.htm");


	links['LI'] = new Array();

		links['LI']['Candidate'] = new Array();

			arrRef = links['LI']['Candidate'];

				n("Age|iLI_Candidates_rec_age.htm");
				n("Blood Type|iLI_Candidates_abo.htm");
				n("Gender|iLI_Candidates_gender.htm");
				n("Race|iLI_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1502_li.htm");
				n("Diagnosis|iLI_Candidates_diagnosis.htm");
				n("Patient Status|iLI_Candidates_stat.htm");
				n("Previous Transplant|iLI_Candidates_ptx.htm");
				n("Residency|iLI_Candidates_res.htm");
				n("Time on Waiting List|iLI_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iLI_Candidates_wait_outcomes.htm");


		links['LI']['All'] = new Array();

			arrRef = links['LI']['All'];

				n("");


		links['LI']['Deceased'] = new Array();

			arrRef = links['LI']['Deceased'];

				n("Age|204_age_dc.htm");
				n("Blood Type|204_don-abo_dc.htm");
				n("Gender|204_don-gender_dc.htm");
				n("Race|204_don-race_dc.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1407_tum.htm");
				n("Cause of Death|204_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|204_don-death-circum_dc.htm");
				n("Donation After Cardiac Death|204_don-non-hr-beat_dc.htm");
				n("Mechanism of Death|204_don-death-mech_dc.htm");
				n("Organ Disposition|iLI_Donors_deceased_od.htm");
				n("Organ Non-Recovery Reasons|309_ord.htm");
				n("Organ Non-Use Reasons|308_ord.htm");


		links['LI']['Living'] = new Array();

			arrRef = links['LI']['Living'];

				n("Age|210_age_dc.htm");
				n("Blood Type|210_don-abo_dc.htm");
				n("Gender|210_don-gender_dc.htm");
				n("Race|210_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Donor Relation|210_don-rel-ty_dc.htm");


		links['LI']['Recipients'] = new Array();

			arrRef = links['LI']['Recipients'];

				n("Age|iLI_Recipients_don_age.htm");
				n("Blood Type|iLI_Recipients_abo.htm");
				n("Cold Ischemic Time|iLI_Recipients_coldischemic.htm");
				n("Gender|iLI_Recipients_gender.htm");
				n("Race|iLI_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iLI_Recipients_centervol.htm");
				n("Diagnosis|iLI_Recipients_diagnosis.htm");
				n("Donor Relation|iLI_Recipients_don_relation.htm");
				n("Donor Type|916_don-ty_li.htm");
				n("Hospitalized at Tx|iLI_Recipients_rec_medcond.htm");
				n("On Life Support at Tx|iLI_Recipients_life_support_tx.htm");
				n("Patient Status|iLI_Recipients_stat.htm");
				n("Payment Source|iLI_Recipients_payment_source.htm");
				n("Previous Transplant|iLI_Recipients_ptx.htm");
				n("Procedure Type|904a_rec-tx-proc-ty_li.htm");
				n("Residency|iLI_Recipients_res.htm");
				n("Survival Rates|iLI_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iLI_Recipients_immuno.htm");


	links['LU'] = new Array();

		links['LU']['Candidate'] = new Array();

			arrRef = links['LU']['Candidate'];

				n("Age|iLU_Candidates_rec_age.htm");
				n("Blood Type|iLU_Candidates_abo.htm");
				n("Gender|iLU_Candidates_gender.htm");
				n("Race|iLU_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|1202_lu.htm");
				n("Diagnosis|iLU_Candidates_diagnosis.htm");
				n("Previous Transplant|iLU_Candidates_ptx.htm");
				n("Residency|iLU_Candidates_res.htm");
				n("State of Center|1202_state_lu.htm");
				n("Time on Waiting List|iLU_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iLU_Candidates_wait_outcomes.htm");


		links['LU']['All'] = new Array();

			arrRef = links['LU']['All'];

				n("");


		links['LU']['Deceased'] = new Array();

			arrRef = links['LU']['Deceased'];

				n("Age|207_age_dc.htm");
				n("Blood Type|207_don-abo_dc.htm");
				n("Gender|207_don-gender_dc.htm");
				n("Race|207_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Cause of Death|207_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|207_don-death-circum_dc.htm");
				n("Donation After Cardiac Death|207_don-non-hr-beat_dc.htm");
				n("Mechanism of Death|207_don-death-mech_dc.htm");
				n("Organ Disposition|iLU_Donors_deceased_od.htm");
				n("Organ Non-Recovery Reasons|318_ord.htm");
				n("Organ Non-Use Reasons|317_ord.htm");


		links['LU']['Living'] = new Array();

			arrRef = links['LU']['Living'];

				n("Age|211_age_dc.htm");
				n("Blood Type|211_don-abo_dc.htm");
				n("Gender|211_don-gender_dc.htm");
				n("Race|211_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Donor Relation|211_don-rel-ty_dc.htm");


		links['LU']['Recipients'] = new Array();

			arrRef = links['LU']['Recipients'];

				n("Age|iLU_Recipients_don_age.htm");
				n("Blood Type|iLU_Recipients_abo.htm");
				n("Cold Ischemic Time|iLU_Recipients_coldischemic.htm");
				n("Gender|iLU_Recipients_gender.htm");
				n("Race|iLU_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iLU_Recipients_centervol.htm");
				n("Diagnosis|iLU_Recipients_diagnosis.htm");
				n("Donor Relation|iLU_Recipients_don_relation.htm");
				n("Hospitalized at Tx|iLU_Recipients_rec_medcond.htm");
				n("On Life Support at Tx|iLU_Recipients_life_support_tx.htm");
				n("Payment Source|iLU_Recipients_payment_source.htm");
				n("Previous Transplant|iLU_Recipients_ptx.htm");
				n("Procedure Type|iLU_Recipients_proc_type.htm");
				n("Residency|iLU_Recipients_res.htm");
				n("Survival Rates|iLU_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iLU_Recipients_immuno.htm");


	links['PA'] = new Array();

		links['PA']['Candidate'] = new Array();

			arrRef = links['PA']['Candidate'];

				n("Age|iPA_Candidates_rec_age.htm");
				n("Blood Type|iPA_Candidates_abo.htm");
				n("Gender|iPA_Candidates_gender.htm");
				n("Race|iPA_Candidates_race.htm");
				n(emptyLine____________________________);
				n("All Patient Types|iPA_Candidates_all_pt.htm");
				n("Previous Transplant|iPA_Candidates_ptx.htm");
				n("Residency|iPA_Candidates_res.htm");
				n("Time on Waiting List|iPA_Candidates_wait_time.htm");
				n("Waiting List Outcomes|iPA_Candidates_wait_outcomes.htm");


		links['PA']['All'] = new Array();

			arrRef = links['PA']['All'];

				n("");


		links['PA']['Deceased'] = new Array();

			arrRef = links['PA']['Deceased'];

				n("Age|203_age_dc.htm");
				n("Blood Type|203_don-abo_dc.htm");
				n("Gender|203_don-gender_dc.htm");
				n("Race|203_don-race_dc.htm");
				n(emptyLine____________________________);
				n("Cause of Death|203_don-cad-don-cod_dc.htm");
				n("Circumstance of Death|203_don-death-circum_dc.htm");
				n("Donation After Cardiac Death|203_don-non-hr-beat_dc.htm");
				n("Mechanism of Death|203_don-death-mech_dc.htm");
				n("Organ Disposition|iPA_Donors_deceased_od.htm");
				n("Organ Non-Recovery Reasons|306_ord.htm");
				n("Organ Non-Use Reasons|305_ord.htm");


		links['PA']['Living'] = new Array();

			arrRef = links['PA']['Living'];

				n("");


		links['PA']['Recipients'] = new Array();

			arrRef = links['PA']['Recipients'];

				n("Age|iPA_Recipients_don_age.htm");
				n("Blood Type|iPA_Recipients_abo.htm");
				n("Cold Ischemic Time|iPA_Recipients_coldischemic.htm");
				n("Gender|iPA_Recipients_gender.htm");
				n("Race|iPA_Recipients_race.htm");
				n(emptyLine____________________________);
				n("Center Volume|iPA_Recipients_centervol.htm");
				n("Hospitalized at Tx|iPA_Recipients_rec_medcond.htm");
				n("Level of HLA Mismatch|iPA_Recipients_rec_mm.htm");
				n("Payment Source|iPA_Recipients_payment_source.htm");
				n("Previous Transplant|iPA_Recipients_ptx.htm");
				n("Residency|iPA_Recipients_res.htm");
				n("Survival Rates|iPA_Recipients_survival_rate.htm");
				n("Immunosuppression Use|iPA_Recipients_immuno.htm");


