﻿// magRecycling.js created for use on MAG Recycling Website
//
// Created By: Lionware Pty Ltd
// Date Created: 20th June 2008
// Last Modified: 22nd June 2008
//
////////////////////////////////////////////////////////////


function imgClick(imgName)
{
    document.getElementById('imgMain').src = '../Images/ProductImages/' + imgName ;
}

function imgMainClick()
{
    window.open(document.getElementById('imgMain').src)
}