function CloseWindow(){
	if (confirm("Iesi din site ?")) {
		window.location = "http://www.google.ro";
	  }
}
