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(6)
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( "Torches - Safety certified","Worksafe Series","The waterproof design of these safety-approved lights make them ideal for places where safety is necessary and water is a concern. Each flashlight features a waterproof 3-way switch. When in the mid dle position, the button on the switch can be pressed to provide inter mittent light.","2117.jpg","2117","Worksafe 2 D Cell division 1","0","0","0","0","0","orange","0.2","0","2117.PDF")
myData[2] = new item_desc( "Torches - Safety certified","Worksafe Series","0","2124.jpg","2124","Worksafe 3 D Cell division 1 ","0","0","0","0","0","orange","0.2","0","2124.PDF")
myData[3] = new item_desc( "Torches - Safety certified","Worksafe Series","0","2217.jpg","2217","Worksafe 2 D Cell division 1 waterproof","0","0","0","0","0","orange","0.2","0","2217.PDF")
myData[4] = new item_desc( "Torches - Safety certified","Worksafe Series","0","2224.jpg","2224","Worksafe 3 D Cell division 1 waterproof","0","0","0","0","0","orange","0.2","0","2224.PDF")
myData[5] = new item_desc( "Torches - Safety certified","Worksafe Series","0","2206.jpg","2206","Worksafe 6 volt waterproof Lantern/flashlight","0","0","0","0","0","orange","1","0","2206.PDF")




