// MARKETING function hoverMarketingIcon() { document.getElementById("marketingIcon").src = "../images/buttons/icon-lightbulb-hover.jpg"; } function offMarketingIcon() { document.getElementById("marketingIcon").src = "../images/buttons/icon-lightbulb.jpg"; } // CREATIVE function hoverCreativeIcon() { document.getElementById("creativeIcon").src = "../images/buttons/icon-brush-hover.jpg"; } function offCreativeIcon() { document.getElementById("creativeIcon").src = "../images/buttons/icon-brush.jpg"; } // PRODUCT DEVELOPMENT function hoverProductDevelopmentIcon() { document.getElementById("productDevelopmentIcon").src = "../images/buttons/icon-t-square-hover.jpg"; } function offProductDevelopmentIcon() { document.getElementById("productDevelopmentIcon").src = "../images/buttons/icon-t-square.jpg"; } // INTERACTIVE MULTIMEDIA function hoverInteractiveIcon() { document.getElementById("interactiveIcon").src = "../images/buttons/icon-laptop-hover.jpg"; } function offInteractiveIcon() { document.getElementById("interactiveIcon").src = "../images/buttons/icon-laptop.jpg"; } // ACCOUNT SERVICES function hoverAccountIcon() { document.getElementById("accountIcon").src = "../images/buttons/icon-cube-hover.jpg"; } function offAccountIcon() { document.getElementById("accountIcon").src = "../images/buttons/icon-cube.jpg"; }