
function over(img,ref) { 
    document.images[img].src = ref; 
}
function out(img,ref)  { 
    document.images[img].src = ref; 
}
