// JavaScript Document
p_w = 425;

    p_x = (screen.width - p_w) / 2;

    p_h = 350;

    p_y = ((screen.height - 45) - p_h) / 2;

    if (p_y < 0)

    	p_y = 0;

    cartella = "imgdatabase/" ; 

	lettera = "" ; 

	numero = 3 ;



		

function pop_window(URL)

	{

	 

	   win = window.open(URL,'name',"toolbar=no,left=" + p_x + ",top=" + p_y + ",width=" + p_w + ",height=" + p_h + ",directories=no,status=no,scrollbars=no,resizable=0,menubar=no,location=no,copyhistory=no");

	 

	 win.focus();

	 

	}