// POP UP window
function popup(str, W, H) 
	{
		finestra = window.open(str,'','scrollbars=yes,resizable=no,width=' + W + ',height=' + H + ',status=no,location=no,toolbar=no');
	}

