function getThumbnail(event){

	var imgMaster = document.getElementById("thumbnail_master");
	imgMaster.src="images/" + event.id + ".jpg";
	


}