// JavaScript Document
function openimg(url) {
	im = url;
	window.open('agr.htm','agr','width=500px,height=500px');
}