function openFlashPopup(cod){

  if(cod){
    str = "ricambi_flash.dhtml?m="+cod;
    window.open(str, 'openFlashPopup', 'width=620, height=535, toolbar=no, menubar=no, resizable=yes, left=1, top=1');
  }

}

function closeFlashPopup(page){

  wo = parent.opener;
  if(page)
    wo.location = "/ordini/carrello.dhtml";
  else
    wo.location.reload();
  parent.close();

}

