function showAdditionalImage(imageUrl) {
//	alert("hit showAdditionalImage");
	document.getElementById('additionalImage').innerHTML = '<img src=\"' + imageUrl + '\" width=\"270\" border=0>';

//	window.open(imageUrl, "addImage", "status = no, height = 300, width = 300, resizable = ");
}