﻿// JScript File
      function popup(url, nome, caratteristiche)
        {
		    x = (screen.width/2)-364;
            y = (screen.height/2)-130;
            finestra = window.open(url, nome, caratteristiche+',screenX='+x+',screenY='+y+',top='+y+',left='+x);
        } 

