function LoadImage(imagePath) 
{
	var bigImage = document.getElementById('BigMediaItemImage');
	bigImage.src = imagePath;
}
