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( "Lighthawk Fire Lanterns","Lighthawk","0","7857.jpg","7857","Lighthawk lantern 120,000 cp yellow with charging stand, 12-24/240v chargers 3.5 hours use, rear flashing LED - 6 cell lithium Ion battery","0","0","0","0","0","yellow","2","0","07815.PDF")
myData[2] = new item_desc( "Lighthawk Fire Lanterns","Lighthawk","0","7805.jpg","7805","Lighthawk lantern 50,000 Orange with charging stand, 12-24/240v chargers 10 hours use, rear Red LED 8 cell lithium Ion Battery","0","0","0","0","0","orange","2","0","07800.PDF")
myData[3] = new item_desc( "Lighthawk Fire Lanterns","Lighthawk","0","7952.jpg","7952","Lighthawk lantern LED Green with charging stand, 12-24/240v chargers 7 hours use, rear flashing LED 4 cell Lithium Ion battery","0","0","0","0","0","green","2","0","LIGHTHAWKLED.PDF")






