function apripop_info(){
	var w = 670;
	var h = 610;
	var l = Math.floor((screen.width-w)/3);
	var t = Math.floor((screen.height-h)/2);
	window.open("/cgi-bin/inc/dispersi/pop_info.cont.htm","","width=" + w + ",height=" + h + ",top=0" + t + ",left=0" + l);
}
function apripop_bambini(){
	var w = 500;
	var h = 500;
	var l = Math.floor((screen.width-w)/3);
	var t = Math.floor((screen.height-h)/2);
	window.open("/cgi-bin/inc/dispersi/pop_bambini.cont.htm","","scrollbars=yes, width=" + w + ",height=" + h + ",top=0" + t + ",left=0" + l);
}
function apripop_adozioni(){
	var w = 670;
	var h = 670;
	var l = Math.floor((screen.width-w)/3);
	var t = Math.floor((screen.height-h)/2);
	window.open("/?cmd=Adozioni","","scrollbars=yes, width=" + w + ",height=" + h + ",top=0" + t + ",left=0" + 0);

}