/*
function apri(nome)
{
var w=940;
var h=565;
var x = (screen.width-w)/2;
var y = (screen.height-h)/2;
var finestra=window.open(nome,'Zoom','width=' + w +',height=' + h + ', toolbar=no,directories=no,location=no,status=no,menubar=no,copyhistory=no,scrollbars=yes,resizable=no');
finestra.moveTo(x,y);
finestra.focus();
}
*/

function area_riservata()	{
	Mediabox.open('filetree_panel.php', 'Antonutti Area Download :: Selezione la cartella di tuo interesse<br> e fai doppio click per scaricare i file', '400 400');
}

function apri(nome)	{
	Mediabox.open(nome, 'Google MAP', '940 515');
}

function apri_small(nome)	{
	Mediabox.open(nome, 'Google MAP', '620 550');
}

function apri_informativa(nome)	{
	Mediabox.open(nome, 'Informativa', '540 500');
}