function Gimg(Img_Patch,Img_id){
	document.getElementById(Img_id).src="images/"+Img_Patch;		
}
