Sample Code Question - Load Image

I’m not really a programmer but I had a question about the code below:

loadMovie("/images/headers/" + _root.photo + ".jpg", photo);

It’s obvious that it loads an image but one of my questions was does “_root.photo” load a random image from some starting point? Also, is “photo” the name of a movie clip or image name?

Thanks for any feedback.