function hover(img){
document.picLink.src="../images/"+img+".gif"
}
function off(){
document.picLink.src="../images/blank.gif"
}
