function contact(){
window.location = "contact.asp";
}
function mover(){
document.body.style.cursor = 'pointer';
document.getElementById("contactdetails").style.backgroundImage = "url(images/contactdetails2.jpg)";
}
function mout(){
document.body.style.cursor = 'default';
document.getElementById("contactdetails").style.backgroundImage = "url(images/contactdetails.jpg)";
}
