﻿function hostedHoverIn() {
document.getElementById('show').style.visibility = "hidden";
document.getElementById('showWrap').style.background = "url('images-Design/cloudComputing-hover.jpg')";
}
function hostedHoverOut() {
document.getElementById('show').style.visibility = "visible";
document.getElementById('showWrap').style.background = "none";
}
function hassleHoverIn() {
document.getElementById('show').style.visibility = "hidden";
document.getElementById('showWrap').style.background = "url('images-Design/hassleFree-hover.jpg')";
}
function hassleHoverOut() {
document.getElementById('show').style.visibility = "visible";
document.getElementById('showWrap').style.background = "none";
}
function standbyHoverIn() {
document.getElementById('show').style.visibility = "hidden";
document.getElementById('showWrap').style.background = "url('images-Design/virtualSpare2-hover.jpg')";
}
function standbyHoverOut() {
document.getElementById('show').style.visibility = "visible";
document.getElementById('showWrap').style.background = "none";
}
function telecomHoverIn() {
document.getElementById('show').style.visibility = "hidden";
document.getElementById('showWrap').style.background = "url('images-Design/telecommunications-hover.jpg')";
}
function telecomHoverOut() {
document.getElementById('show').style.visibility = "visible";
document.getElementById('showWrap').style.background = "none";
}