function imgpopup(url) {
	var props = "toolbar=no,location=no,directories=no,status=no,copyhistory=no,width=300,height=40,resizable=yes";
	url = "imgpopup.aspx?" + url;
	open(url, "_blank", props); 
}
