function ovr(x){
	x.className="ovr"
}

function out(x){

	x.className="out"
}
heavyImage = new Image(); 
heavyImage.src = "ovr.jpg";


