services_h =new Image(); 
services_h.src = "wis_img/servicesh.gif";
services_nh = new Image(); 
services_nh.src = "wis_img/services.gif";
products_h =new Image(); 
products_h.src = "wis_img/productsh.gif";
products_nh = new Image(); 
products_nh.src = "wis_img/products.gif";
support_h =new Image(); 
support_h.src = "wis_img/supporth.gif";
support_nh = new Image(); 
support_nh.src = "wis_img/support.gif";
more_h =new Image(); 
more_h.src = "wis_img/moreinfo_hover.gif";
more_nh = new Image(); 
more_nh.src = "wis_img/moreinfo.gif";
more1_h =new Image(); 
more1_h.src = "wis_img/moreinfo_hover.gif";
more1_nh = new Image(); 
more1_nh.src = "wis_img/moreinfo.gif";
function servicesover() {
document.services.src=services_h.src;
}
function servicesout() {
document.services.src=services_nh.src;
}
function productsover() {
document.products.src=products_h.src;
}
function productsout() {
document.products.src=products_nh.src;
}
function supportover() {
document.support.src=support_h.src;
}
function supportout() {
document.support.src=support_nh.src;
}
function moreover() {
document.more.src=more_h.src;
}
function moreout() {
document.more.src=more_nh.src;
}
function more1over() {
document.more1.src=more1_h.src;
}
function more1out() {
document.more1.src=more1_nh.src;
}
