function showLargeImage(idImage) {
	objDivImageContainer = document.getElementById('divLargeImage');
	objDivImageContainer.innerHTML = '<img src="images/barbican_take_a_look/large/'+idImage+'.jpg" width="450" height="300" alt="" />';
}


   