





  
  

var paxTypes = new Hash();

  paxTypes.set('ADU', {code:'ADU', name:'Adults', singular:'Adult', category:'Adult', displaySeq:10, validForRail:true, validForHotel:true, validForLandTour:true, ageRestricted:false, memberType:false});
  

  paxTypes.set('PVN', {code:'PVN', name:'NSW Pensioners', singular:'NSW Pensioner', parent:{code: 'CNC', name: "Concessions"}, category:'Adult', displaySeq:10, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>Concession Card Holder will require an electronic validation with Centrelink. You will be required to enter the guests card details to complete the booking. If you are not prepared to allow this process to occur please select Adult.</p>', memberType:true});
  

  paxTypes.set('PVS', {code:'PVS', name:'SA Pensioners', singular:'SA Pensioner', parent:{code: 'CNC', name: "Concessions"}, category:'Adult', displaySeq:10, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>Concession Card Holder will require an electronic validation with Centrelink. You will be required to enter the guests card details to complete the booking. If you are not prepared to allow this process to occur please select Adult.</p>', memberType:true});
  

  paxTypes.set('PVV', {code:'PVV', name:'VIC Pensioners', singular:'VIC Pensioner', parent:{code: 'CNC', name: "Concessions"}, category:'Adult', displaySeq:10, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>Concession Card Holder will require an electronic validation with Centrelink. You will be required to enter the guests card details to complete the booking. If you are not prepared to allow this process to occur please select Adult.</p>', memberType:true});
  

  paxTypes.set('PEN', {code:'PEN', name:'Pensioners', singular:'Pensioner', parent:{code: 'CNC', name: "Concessions"}, category:'Adult', displaySeq:15, validForRail:false, validForHotel:false, validForLandTour:true, ageRestricted:false, popup:'<p>Concession Card Holder will require an electronic validation with Centrelink. You will be required to enter the guests card details to complete the booking. If you are not prepared to allow this process to occur please select Adult.</p>', memberType:true});
  

  paxTypes.set('SEN', {code:'SEN', name:'Seniors', singular:'Senior', parent:{code: 'CNC', name: "Concessions"}, category:'Adult', displaySeq:15, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>The guest will need to supply the number on the Great Southern Rail Senior Card to complete the booking. Please note, this is not the number on the State issued Senior cards.</p>', memberType:true});
  

  paxTypes.set('CHD', {code:'CHD', name:'Children', singular:'Child', category:'Child', displaySeq:30, validForRail:true, validForHotel:false, validForLandTour:false, ageRestricted:true, minAge:4, maxAge:15, popup:'<p>Please note, children under the age of 15 can not travel without a guardian.</p>', memberType:false});
  

  paxTypes.set('CHI', {code:'CHI', name:'Children', singular:'Child', category:'Child', displaySeq:30, validForRail:false, validForHotel:true, validForLandTour:true, ageRestricted:true, minAge:4, maxAge:15, popup:'<p>Please note, children under the age of 15 can not travel without a guardian.</p>', memberType:false});
  

  paxTypes.set('INF', {code:'INF', name:'Infants', singular:'Infant', category:'Infant', displaySeq:50, validForRail:true, validForHotel:true, validForLandTour:true, ageRestricted:true, minAge:0, maxAge:3, popup:'<p>Infants 0-3 years are free when not occupying a cabin/seat, should you require a seat you will need to book your infant as a child.</p>', memberType:false});
  

  paxTypes.set('STU', {code:'STU', name:'Students', singular:'Student', category:'Adult', displaySeq:55, validForRail:true, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>This is for members of recognised student organisations (for more information <span style="text-decoration: underline;"><a title="Student Information" href="http://www.greatsouthernrail.com.au/site/travelinfo/backpackers.jsp" target="_blank">click here</a></span>.) You will be required to show your member card on board along with your photo identification, or a full fare (non discounted fare) will be collected on train.</p>', memberType:false});
  

  paxTypes.set('BPK', {code:'BPK', name:'Backpackers', singular:'Backpacker', category:'Adult', displaySeq:60, validForRail:true, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>This fare is for members of recognised backpacker organisations (for more information <span style="text-decoration: underline;"><a title="Backpacker Information" href="http://www.greatsouthernrail.com.au/site/travelinfo/backpackers.jsp" target="_blank">click here</a></span>.)</p>\n<p>You will be required to show your member card on board along with your photo identification, or a full fare (non discounted fare) will be collected on train.</p>', memberType:false});
  

  

  paxTypes.set('PHC', {code:'PHC', name:'Commonwealth Health Card Holders', singular:'Commonwealth Health Card Holder', parent:{code: 'CNC', name: "Concessions"}, category:'Adult', displaySeq:100, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, popup:'<p>Concession Card Holder will require an electronic validation with Centrelink. You will be required to enter the guests card details to complete the booking. If you are not prepared to allow this process to occur please select Adult.</p>', memberType:true});
  

  paxTypes.set('SIN', {code:'SIN', name:'Single Adults', singular:'Single Adult', category:'Adult', displaySeq:100, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, memberType:false});
  

  paxTypes.set('SPN', {code:'SPN', name:'Single Pensioners', singular:'Single Pensioner', category:'Adult', displaySeq:100, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, memberType:false});
  

  paxTypes.set('SSN', {code:'SSN', name:'Single Students', singular:'Single Student', category:'Adult', displaySeq:100, validForRail:false, validForHotel:false, validForLandTour:false, ageRestricted:false, memberType:false});
  


