function showTab(id,image_name) 
{
	document.getElementById('img'+id).src = image_name;
}

