//alert('home.js caricato....');
//inizio nuove finestre


function popup(page,he,wi)
{
opt= 'fullscreen=no,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,toolbar=yes,left=20,top=20';
opt += ',height=';
opt += he;
opt += ',width=';
opt += wi;
aria = window.open(page,'CenteredWindow',opt);
aria.self.focus();
}

function popup2(page,he,wi)
{
opt= 'fullscreen=no,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,toolbar=yes,left=20,top=20';
opt += ',height=';
opt += he;
opt += ',width=';
opt += wi;
aria = window.open(page,'CenteredWindow',opt);
aria.self.focus();
}

function popup3(page,he,wi)
{
opt= 'fullscreen=no,scrollbars=yes,resizable=yes,status=no,location=no,menubar=no,toolbar=yes,left=20,top=20';
opt += ',height=';
opt += he;
opt += ',width=';
opt += wi;
aria = window.open(page,'CenteredWindow',opt);
aria.self.focus();
}


