
  if (window.name == '' || window.name == 'POPUP') {

    document.cookie = "ESY_SP=0;path=/";

    browin = Math.round(1000000 * Math.random())
    if (window.name == 'POPUP') {
      document.cookie = "POPUP_" + browin + "=POPUP;path=/";
      window.name = ""
    }

    window.name = browin

    document.cookie = "BROWIN= " + window.name + ";path=/";

    //alert('reloading...')
    //window.location.reload(true)
    if(typeof ESY_OPENER_BROWIN == 'undefined')
      ESY_OPENER_BROWIN = ''
    document.write("<" + "IFRAME src='/or4/or?uid=CHIRPLAST.utils.setGOBACK_init&dove=");
    document.writeln( "&BROWIN=" + browin );
    document.writeln( "&FROM=" + ESY_OPENER_BROWIN );
    document.writeln( "' " );
     document.writeln( "style='position:absolute; display:none; visibility:hidden; border:solid 1px red' " );  // COMMENT FOR DEBUG
    document.writeln( "border=0 frameborder=0 marginheight=0 " );
    document.writeln( "marginwidth=0 WIDTH='100%' HEIGHT=250>" );
    document.writeln("</IFRAME>");
  }





  var opendWindows = new Array();

  function apriPopUp(url,height,width,name)
  { 
    w = window.open(url,'','height='+height+',width='+width+',resizable,status,scrollbars,menubar,toolbar,location');
    w.name = 'POPUP'
    return true;
  }



  function apriImgPopUp(immagine,titolo,proprieta)
  {
    var newwin = window.open("",titolo,proprieta);
    var content = "<HTML><BODY><CENTER>";
    content += "<IMG SRC='" + immagine + "'><BR><BR><BR>";
    content += "<A HREF='#' onClick='self.close();'>Chiudi</A>";
    content += "</CENTER></BODY></HTML>";
    newwin.document.write(content);
    newwin.document.close();
  }

