<!-- 
function apri(ind,nome,larg,alt) {
  var features = 'width='+larg+',height='+alt+',toolbar=no,menubar=no,location=no,status=no,scrollbars=yes';
  window.open(ind,nome,features);
}
function apri_editore(id) {
//  var features = 'width=800,height=600,toolbar=no,menubar=no,location=no,status=no,scrollbars=yes';
//  window.open('/catalogo/shopping/editor_enlarge.php?id='+id,'editore',features);
  location.href='/catalogo/shopping/editor_enlarge.php?id='+id;
}
// -->
