function item_desc (xSeries,xUsage,xFeatures,xImage,xModel,xDescription,xLength,xWidth,xHeight,xChannelW,xChannelH,xColour,xWeight,xLoad,xNotes) {
  this.xSeries = xSeries
  this.xUsage = xUsage
  this.xFeatures = xFeatures
  this.xImage = xImage
  this.xModel = xModel
  this.xDescription = xDescription
  this.xLength = xLength
  this.xWidth = xWidth
  this.xHeight = xHeight
  this.xChannelW = xChannelW
  this.xChannelH = xChannelH
  this.xColour = xColour
  this.xWeight = xWeight
  this.xLoad = xLoad
  this.xNotes = xNotes
}

var myData= new Array(4)
myData[0] = new item_desc( "Series","Usage","Features","Image","Model","Description","Length (A)","Width (B)","Height (C)","C-Width (D)","C-Height (E)","Colour","Weight/ft","Load","Notes")
myData[1] = new item_desc( "Speed Bumps & Parking Stops","Parking Stops","• Solid Plastic<br>• Easy Installation<br>• Maintenance Free<br>• Lightweight - Yet Stable<br>• Chemical and Wether Resistant<br>• 100% Recycled Material<br>• includes lag bolt hardware","CS6S-H.jpg","CS6S-H","Standard 1.8m Car Parking Stop - with hardware","1829","102","152","0","0","Yellow/Grey/Blue","13.6","0","LOTBLOCK.PDF")
myData[2] = new item_desc( "Speed Bumps & Parking Stops","Speed Bumps","• Solid Plastic<br>• Easy Installation<br>• Maintenance Free<br>• Lightweight - Yet Stable<br>• Chemical and Wether Resistant<br>• 100% Recycled Material<br>• includes lag bolt hardware","SB6S-H.jpg","SB6S-H","Standard 1.8m Speed Bump - with hardware","1836","255","51","0","0","Yellow","11.4","0","SPEEDBUMP.PDF")
myData[3] = new item_desc( "Curb Ramp","curb ramp","0","1794.jpg","1794","Curb ramp - 450kg capacity","0","0","0","0","0","yellow","6","0","0")






























