
function OpenAccessoServizi()
    {
    lhref = "https://incommerce.ecredit.it/grafica/accesso_tel/credirama/credirama.html";
    ldescr = "menu";
    var sHeight = screen.availHeight;
    var sWidth  = screen.availWidth;
    var sLeft   = 0;
    var sTop    = 0;

    if ( (sHeight > 600)   ||
         (sWidth  > 800) )
      {
      sHeight = 600;
      sWidth  = 800;
      sHeight -= 50;
      sWidth  -= 10;
      sLeft    = (screen.availWidth -  sWidth)  / 2;
      sTop     = (screen.availHeight - sHeight) / 2;
      }
    else
      {
      sHeight -= 50;
      sWidth  -= 10;
      }

    window.open(lhref,
                ldescr,
                "Width="+sWidth+",Height="+sHeight+",left="+sLeft+",top="+sTop+",status=yes,hotkeys=no,menubar=no,personalbar=no,resizable=no,toolbar=no,directories=no,location=no");
    }

function OpenServiziAiTitolari()
{
	window.open('https://b2c.ecredit.it/clienti/pmc/credirama/pages/public/sec/login.jsf','','width=1000, height=800, resizable=yes, scrollbars=yes, menubar=no, toolbar=no, directories=no, location=no, status=no');
}
