function change_img(image_name,path)
{			
	var obj = document.getElementById(image_name);
	obj.src = path;										
}


			
			
	

