function openwprod(strUrl) {
   searchWin = window.open(strUrl,'Prodotto','scrollbars=yes,resizable=yes,left=100,top=100,width=500,height=400,status=no,location=no,toolbar=no,fullscreen=no');
   searchWin.creator=self
}

function openwimg(strUrl) {
   msg=open(strUrl,"ImmagineProdotto","toolbar=no,directories=no,menubar=no,width=640,height=480,resizable=yes,status=no,location=no");
}

function loadurl(url){
  window.creator.location=url
  window.close()
}

function Carrello_AggQta(ar_id, ar_qta) {
  location.href="carrello.asp?func=aggqta&ar_id=" + ar_id + "&ar_qta=" + ar_qta;
}

function ConfermaCanc(stLink) {
  if (confirm("Confermi la cancellazione")) {
    location.href=stLink;
  }
}
