function setImageSource(strImage){
	document.getElementById('mainimg').src=strImage;

	//setCaption(intCaptionIndex);

	return false;
}
