
var arItems = 
[
  ['Subterra® Stone',
    [
	  ['California Remodel Case Study (No. 4)', 'SubterraCSno4.pdf']
	]
  ],

  ['Eco-Stone®',
	[
	  ['Madera Community Case Study (No. 3)', 'Eco-Stone.pdf']
	]
  ],

  ['Aqua-Bric®',
	[
	  ['Naval Facility Case Study (No. 5)', 'AquaBricCS.pdf']
	]
  ],

  ['Uni-Decor: Liberty State Park',
	[
	  ['Liberty State Park Case Study (No. 2)', 'libertycasestudy.pdf']
	]
  ],

  ['Port Stone: Port Authority of NY/NJ',
	[
	  ['Port Stone Case Study (No. 1)', 'portcasestudy.pdf']
	]
  ]

]

section = getParameter(self.document.location.href, 'section');
if (isNaN(section) || (section=='') || (section<0) || (section>arItems.length))
  section = 0; 
