function svuota_carrello() {
	location.href = "svuota_carrello.php";
}

function aggiorna_carrello() {
	location.href = "aggiorna_carrello.php";
}

function apriPopup(Url, W, H)
{
 	desktop = window.open(Url,"MONGI Promowear","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=" + W + ",height=" + H );
	desktop.focus();
}