function Product(description, price, ImageUrl, Productid) { this.description = description; this.price = price; this.ImageUrl = ImageUrl; this.Productid = Productid; } var Products = new Array(); Products[0] = new Product('Quondam Grey Hooded Sweatshirt', '20.00', 'q-jumpers.jpg', '63');