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(5)
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","Responder Series","0","19102.jpg","19102","3 C-cell submersible Division 1 safety flashlight in yellow","0","0","0","0","0","Yellow","0.3","0","19101.PDF")
myData[2] = new item_desc( "Torches - Safety certified","Responder Series","0","19302.jpg","19302","2 AAA-cell submersible Division 1 pocketlight in yellow batteries included","0","0","0","0","0","Yellow","0.1","0","19301.PDF")
myData[3] = new item_desc( "Torches - Safety certified","Responder Series","0","200202.jpg","200202","2 C-cell submersible Division 1 flashlight in yellow","0","0","0","0","0","Yellow","0.2","0","200201.PDF")
myData[4] = new item_desc( "Torches - Safety certified","Responder Series","0","200302.jpg","200302","2 AA-cell Pocket light in yellow batteries included","0","0","0","0","0","Yellow","0.2","0","200301.PDF")


