var WHITES=[
    {
        id: 'bartho',
        name: 'Die Bartho',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2009',
        description: 'Blend of Sauvignon blanc and Semillon',
        platter: 4.5,
        ml: "750ml",
        price: 139.00,
        available: true
    },
    {
        id: 'nr3',
        name: 'Nr. 3 Sauvignon blanc',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2009',
        description: 'Sauvignon blanc (Tropical Style)',
        platter: 4.0,
        ml: "750ml",
        price: 89.00,
        available: true
    },
	{
        id: 'nr5',
        name: 'Nr. 5 Sauvignon blanc',
        url: '#',
        vintage: '2008',
        description: 'Sauvignon blanc (Wood Matured)',
        platter: 0.0,
        ml: "750ml",
        price: 126.00,
        available: false
    },
	{
        id: 'nr7',
        name: 'Nr. 7 Sauvignon Blanc',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2009',
        description: 'Sauvignon blanc (Green, mineral style)',
        platter: 4.0,
        ml: "750ml",
        price: 75.00,
        available: false
    }
];

var ROSES=[
    {
        id: 'bloos',
        name: 'Bloos',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2009',
        description: 'Bordeaux Style Rose Blend',
        platter: 0,
        ml: "750ml",
        price: 54.00,
        available: false
    }
];

var REDS=[
    {
        id: 'arnoldus',
        name: 'Die Arnoldus',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2006',
        description: 'Bordeaux Style Blend',
        platter: 4.0,
        ml: "750ml",
        price: 179.00,
        available: true
    },
    {
        id: 'arnoldusMagnum',
        name: 'Die Arnoldus Magnum',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2005',
        description: 'Bordeaux Style Blend',
        platter: 4.0,
        ml: "1500ml",
        price: 450.00,
        available: true
    },
    {
        id: 'martha2006rhone',
        name: 'Die Martha',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2006',
        description: 'Rhone blend',
        platter: 4.0,
        ml: "750ml",
        price: 139.00,
        available: true
    },
	{
        id: 'kleinboet',
        name: 'Kleinboet',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2006',
        description: 'Bordeaux Style Blend',
        platter: 3.5,
        ml: "750ml",
        price: 93.00,
        available: true
    },
	{
        id: 'swartskaap',
        name: 'Swartskaap',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2008',
        description: 'Cabernet Franc',
        platter: 4.0,
        ml: "750ml",
        price: 139.00,
        available: true
    },		
	{
        id: '1855red',
        name: '1855 Posmeester',
        url: 'http://www.hpf1855.co.za/index.php?option=com_virtuemart&Itemid=11',
        vintage: '2007',
        description: 'Lifestyle Cape blend',
        platter: 0,
        ml: "750ml",
        price: 60.00,
        available: true
    }
];
