function showImage(name)
{
	var img = "<img src='images/"+name+"'>"; 
	alert (img);
}
