loadImage1 = new Image();
loadImage1.src = "/images/navigations/team_hover.png";
staticImage1 = new Image();
staticImage1.src = "/images/navigations/team.png";

loadImage2 = new Image();
loadImage2.src = "/images/navigations/gallery_hover.png";
staticImage2 = new Image();
staticImage2.src = "/images/navigations/gallery.png";

loadImage3 = new Image();
loadImage3.src = "/images/navigations/products_hover.png";
staticImage3 = new Image();
staticImage3.src = "/images/navigations/products.png";

loadImage4 = new Image();
loadImage4.src = "/images/navigations/services_hover.png";
staticImage4 = new Image();
staticImage4.src = "/images/navigations/services.png";

loadImage5 = new Image();
loadImage5.src = "/images/navigations/shop_hover.png";
staticImage5 = new Image();
staticImage5.src = "/images/navigations/shop.png";

loadImage6 = new Image();
loadImage6.src = "/images/navigations/dealers_hover.png";
staticImage6 = new Image();
staticImage6.src = "/images/navigations/dealers.png";

loadImage7 = new Image();
loadImage7.src = "/images/navigations/contact_hover.png";
staticImage7 = new Image();
staticImage7.src = "/images/navigations/contact.png";


loadImage12 = new Image();
loadImage12.src = "/images/navigations/events_hover.png";
staticImage12 = new Image();
staticImage12.src = "/images/navigations/events.png";



function toggleMenu(objID) {
if (!document.getElementById) return;
var ob = document.getElementById(objID).style;
ob.display = (ob.display == 'block')?'none': 'block';
}


