function contact(){
window.location = "contact.asp";
}
function mover(){
document.body.style.cursor = 'pointer';
}
function mout(){
document.body.style.cursor = 'default';
}
