﻿/*function voiptelecomHoverIn() {
document.getElementById('showAll').style.visibility = "hidden";
document.getElementById('showOne').style.background = "url('images-Design/voip_telecom.gif') no-repeat";
document.getElementById('showOne').style.visibility = "visible";
document.getElementById('soCopy').style.visibility = "visible";
document.getElementById('soData').style.visibility = "visible";
}
function voiptelecomHoverOut() {
document.getElementById('showAll').style.visibility = "visible";
document.getElementById('showOne').style.visibility = "hidden";
}
function copyprintHoverIn() {
document.getElementById('showAll').style.visibility = "hidden";
document.getElementById('showOne').style.background = "url(images-Design/copy_print.gif) no-repeat";
document.getElementById('showOne').style.visibility = "visible";
document.getElementById('soVoIP').style.visibility = "visible";
document.getElementById('soData').style.visibility = "visible";
}
function copyprintHoverOut() {
document.getElementById('showAll').style.visibility = "visible";
document.getElementById('showOne').style.visibility = "hidden";
}
function networkdataHoverIn() {
document.getElementById('showAll').style.visibility = "hidden";
document.getElementById('showOne').style.background = "url('images-Design/network_data.gif') no-repeat";
document.getElementById('showOne').style.visibility = "visible";
document.getElementById('soCopy').style.visibility = "visible";
document.getElementById('soVoIP').style.visibility = "visible";
}
function networkdataHoverOut() {
document.getElementById('showAll').style.visibility = "visible";
document.getElementById('showOne').style.visibility = "hidden";
}*/
function voiptelecomHoverIn() {
 document.getElementById('pie').style.background = "url(images-Design/voipHover.png) no-repeat";
}
function voiptelecomHoverOut() {
document.getElementById('pie').style.background = "url(images-Design/pie.png) no-repeat";
}
function copyprintHoverIn() {
document.getElementById('pie').style.background = "url(images-Design/copyHover.png) no-repeat";
}
function copyprintHoverOut() {
document.getElementById('pie').style.background = "url(images-Design/pie.png) no-repeat";
}
function networkdataHoverIn() {
document.getElementById('pie').style.background = "url(images-Design/dataHover.png) no-repeat";
}
function networkdataHoverOut() {
document.getElementById('pie').style.background = "url(images-Design/pie.png) no-repeat";
}
