/*    Home Page menu        */

about = new Image()
about.src = "/images/btnAbout.gif"
about_on = new Image()
about_on.src = "/images/btnAbout_on.gif"

products = new Image()
products.src = "/images/btnProduct.gif"
products_on = new Image()
products_on.src = "/images/btnProduct_on.gif"

manufacturers = new Image()
manufacturers.src = "/images/btnManufacturers.gif"
manufacturers_on = new Image()
manufacturers_on.src = "/images/btnManufacturers_on.gif"

services = new Image()
services.src = "/images/btnServices.gif"
services_on = new Image()
services_on.src = "/images/btnServices_on.gif"

contact = new Image()
contact.src = "/images/btnContact.gif"
contact_on = new Image()
contact_on.src = "/images/btnContact_on.gif"

/*    Detail Page menu        */

aboutDTL = new Image()
aboutDTL.src = "/images/btnAboutDTL.gif"
aboutDTL_on = new Image()
aboutDTL_on.src = "/images/btnAboutDTL_on.gif"

productsDTL = new Image()
productsDTL.src = "/images/btnProductDTL.gif"
productsDTL_on = new Image()
productsDTL_on.src = "/images/btnProductDTL_on.gif"

manufacturersDTL = new Image()
manufacturersDTL.src = "/images/btnManufacturersDTL.gif"
manufacturersDTL_on = new Image()
manufacturersDTL_on.src = "/images/btnManufacturersDTL_on.gif"

servicesDTL = new Image()
servicesDTL.src = "/images/btnServicesDTL.gif"
servicesDTL_on = new Image()
servicesDTL_on.src = "/images/btnServicesDTL_on.gif"

contactDTL = new Image()
contactDTL.src = "/images/btnContactDTL.gif"
contactDTL_on = new Image()
contactDTL_on.src = "/images/btnContactDTL_on.gif"


function imageChange(imgName,imgSrc){
document.images[imgName].src = eval(imgSrc +".src");
}

