captions = new Array();
captions[0] = "Maria (LAURA LOZANO) is visited in her dream.";
captions[1] = "Maria (LAURA LOZANO) and Jose (RAUL CASTILLO) arrive at Lisa's (KRISTINA CIUTI)";
captions[2] = "Robert Aaron with Plain Jane at CB's Gallery/ photo by Dan Mayer";
captions[3] = "Lone Vein at Don Hill's/ photo by Dan Mayer";
captions[4] = "Eddy Jo and Plain Jane at Ciel Rouge/ photo by Bill Ritchey";
captions[5] = "Lone Vein at Don Hill's/ photo by Dan Mayer";


function swap(img,txt){
	document.images['screen'].src = "Images/" + img + ".jpg";
	document.getElementById('caption').innerHTML = txt;
}