
		
			function newWindow(locatia) {   
					window.open(locatia+".html", locatia, "width=300,height=220,left=440,top=200")
			};
			
			function mailWindow(locatia) {   
					window.open(locatia+".html", locatia, "width=300,height=300,left=440,top=200")
			};	
			


			