//Funzione che apre la popup
function Popup(url, stile) 
{
	window.open(url, "popup", stile);
}

