
var arItems = 
[
  ['LEED - Achieving LEED credits using Belgard Hardscape',
	[
	  ['LEED - Achieving LEED credits using Belgard Hardscape','LEED - Achieving LEED credits using Belgard Hardscape.pdf']
	]
  ],

  ['USGBC LEEDŽ Summary',
	[
	  ['USGBC LEEDŽ Summary', 'Summary-USGBC-LEED.pdf']
	]
  ],

  ['Solar Reflectivity Testing',
	[
	  ['Solar Reflectivity Testing / Northfield Block, IL','314041astmc1549report-2008march24.pdf']
	]
  ],

  ['Achieving LEEDŽ Credits with Segmental Concrete Pavements',
	[
	  ['Achieving LEEDŽ Credits with Segmental Concrete Pavements','382.pdf']
	]
  ],

  ['Achieving LEEDŽ Credits with Segmental Concrete Pavements 2',
	[
	  ['Achieving LEEDŽ Credits with Segmental Concrete Pavements 2','395.pdf']
	]
  ],

  ['Solar Reflectance of Concretes for LEED',
	[
	  ['Solar Reflectance of Concretes for LEED','446.pdf']
	]
  ]
  
]

section = getParameter(self.document.location.href, 'section');
if (isNaN(section) || (section=='') || (section<0) || (section>arItems.length))
  section = 0; 
