function showImage(Me)
{
	var Container = document.getElementById('picholder');
	RequestKoolAjax( Me.getAttribute('rel'), Container);
}