<!--
function ApriFinestra(){
win=window.open('popup_homepage.htm','popup','width=260,height=235,resizable=no')
win.moveTo(50,120);
}
//-->
