
var arItems = 
[
  ['White Paper - Permeable Pavement Specification',
	[
	  ['White Paper - Permeable Pavement Specification', 'WhitePaper-PermeablePavement.pdf']
	]
  ],

  ['Permeable Pavers Specification',
	[
	  ['Permeable Pavers Specification', 'PICPTech.doc']
	]
  ],

  ['Permeable Pavers Details',
	[
	  ['Permeable Pavers Details', 'PERM01-B.pdf']
	]
  ],

  ['Role of Joint Filling Material',
	[
	  ['Role of Joint Filling Material', 'Role of Joint Filling Material.pdf']
	]
  ],

  ['Permeable Interlocking Concrete Pavement Maintenance and Cleaning',
	[
	  ['Permeable Interlocking Concrete Pavement Maintenance and Cleaning', 'pavementmaintenanceandcleaning.pdf'],
	  ['Porous Pavement Maintenance & Restoration', 'porouspavement_whitepaper.pdf'],
	  ['Reducing Storm Water Pollution', 'reducing-storm-water-pollution.pdf']
	]
  ],

  ['Choosing Products and Installation Methods',
	[
	  ['Choosing Products and Installation Methods', 'Choosing products and installation methods.pdf']
	]
  ]

]

section = getParameter(self.document.location.href, 'section');
if (isNaN(section) || (section=='') || (section<0) || (section>arItems.length))
  section = 0; 

