
var arItems = 
[
  ['BelAir Wall™',
    [
	  ['Belgard Belair Wall Product Spec<br>BARWTech', 'BARWTech.pdf'],
	  ['Belgard Belair Wall Product Spec (Word Document)<br>BARWTech', 'BARWTech.doc']
	]
  ],

  ['BelAir Wall™ Online Estimator',
	[
	  ['BelAir Wall™ Online Estimator', 'http://208.109.186.179/MyAccount/Login.aspx'],
	  ['Stabilized Aggregate / 3:1 Crest Slope', 'BelAir-EC-SA-Slope.pdf'],
	  ['Stabilized Aggregate / No Slopes - No Surcharges', 'BelAir-EC-SA.pdf'],
	  ['Stabilized Aggregate / 100 PSF Surcharge', 'BelAir-EC-SA-Surcharge.pdf']
	]
  ],

  ['Celtik® Wall',
	[
	  ['Celtik Wall Spec<br>CELRWTech', 'CELRWTech.pdf'],
	  ['Celtik Wall Spec (Word Document)<br>CELRWTech', 'CELRWTech.doc']
	]
  ],

  ['Belgard® Pavers',
	[
	  ['Belgard Interlocking Paver Spec<br>ICPITech', 'ICPTech.pdf'],
	  ['Belgard Interlocking Paver Spec (Word Document)<br>ICPITech', 'ICPTech.doc']
	]
  ],

  ['Belgard® Colors',
	[
	  ['Belgard Colors', 'http://www.belgard.biz/colorsmap.php']
	]
  ],

  ['Permeable Pavers',
	[
	  ['Permeable Interlocking Paving Stone Spec<br>PICPTech', 'PICPTech.pdf'],
	  ['Permeable Interlocking Paving Stone Spec (Word Document)<br>PICPTech', 'PICPTech.doc']
	]
  ],

  ['Turfstone™',
	[
	  ['Turfstone Spec<br>TCGPTech', 'TCGPTech.pdf'],
	  ['Turfstone Spec (Word Document)<br>TCGPTech', 'TCGPTech.doc']
	]
  ],

  ['ICPI',
	[
	  ['ICPI Technical Specifications', 'http://www.icpi.org/node/1190']
	]
  ]
  

]

section = getParameter(self.document.location.href, 'section');
if (isNaN(section) || (section=='') || (section<0) || (section>arItems.length))
  section = 0; 
