function agr(img)
{
	var bloc="";
		bloc='<img src="'+img+'" width="430" height="300" />';
		document.getElementById("gimg").innerHTML=bloc;
	
	}
