gifHome = new Image(125,35)
gifHome.src = "http://www.comphar.com/images/home.gif"
gifHome2 = new Image(125,35)
gifHome2.src = "http://www.comphar.com/images/home2.gif"

gifProducts = new Image(125,35)
gifProducts.src = "http://www.comphar.com/images/products.gif"
gifProducts2 = new Image(125,35)
gifProducts2.src = "http://www.comphar.com/images/products2.gif"

gifServices = new Image(125,35)
gifServices.src = "http://www.comphar.com/images/services.gif"
gifServices2 = new Image(125,35)
gifServices2.src = "http://www.comphar.com/images/services2.gif"

gifManufacturers = new Image(125,35)
gifManufacturers.src = "http://www.comphar.com/images/manufacturers.gif"
gifManufacturers2 = new Image(125,35)
gifManufacturers2.src = "http://www.comphar.com/images/manufacturers2.gif"

gifUniversity = new Image(125,35)
gifUniversity.src = "http://www.comphar.com/images/university.gif"
gifUniversity2 = new Image(125,35)
gifUniversity2.src = "http://www.comphar.com/images/university2.gif"

gifEnvironment = new Image(125,35)
gifEnvironment.src = "http://www.comphar.com/images/environment.gif"
gifEnvironment2 = new Image(125,35)
gifEnvironment2.src = "http://www.comphar.com/images/environment2.gif"

gifAbout = new Image(125,35)
gifAbout.src = "http://www.comphar.com/images/about.gif"
gifAbout2 = new Image(125,35)
gifAbout2.src = "http://www.comphar.com/images/about2.gif"

function changeImg(cImg,ref) {
document.images[cImg].src = ref.src
}
