function showPicture(imagePath)
{
	var divTag = document.getElementById('Picture');
	divTag.innerHTML = '<img src="' + imagePath + '" />';
}	