function contact1(){
window.location = "indoor_outdoor_lighting.asp";
}
function mover1(){
document.body.style.cursor = 'pointer';
document.getElementById("actionboxa1").style.backgroundImage = "url(images/actionboxtop2.jpg)";
document.getElementById("lighting").src = "images/actionbox_lighting2.jpg";
}
function mout1(){
document.body.style.cursor = 'default';
document.getElementById("actionboxa1").style.backgroundImage = "url(images/actionboxtop.jpg)";
document.getElementById("lighting").src = "images/actionbox_lighting.jpg";
}
function contact2(){
window.location = "cable_wiring_supply.asp";
}
function mover2(){
document.body.style.cursor = 'pointer';
document.getElementById("actionboxa2").style.backgroundImage = "url(images/actionboxtop2.jpg)";
document.getElementById("cables").src = "images/actionbox_cables&wiring2.jpg";
}
function mout2(){
document.body.style.cursor = 'default';
document.getElementById("actionboxa2").style.backgroundImage = "url(images/actionboxtop.jpg)";
document.getElementById("cables").src = "images/actionbox_cables&wiring.jpg";
}
function contact3(){
window.location = "electrical_products_kent.asp";
}
function mover3(){
document.body.style.cursor = 'pointer';
document.getElementById("actionboxa3").style.backgroundImage = "url(images/actionboxtop2.jpg)";
document.getElementById("electrical").src = "images/actionbox_heating_ventilation2.jpg";
}
function mout3(){
document.body.style.cursor = 'default';
document.getElementById("actionboxa3").style.backgroundImage = "url(images/actionboxtop.jpg)";
document.getElementById("electrical").src = "images/actionbox_heating_ventilation.jpg";
}
