function Gimg(Img_Patch,Img_id){
	document.getElementById(Img_id).src=Img_Patch;		
}