function chiudi(Url, fClose)	{
					        opener.location = Url;
							if(fClose) {
									self.close();
									}
							}
