// JavaScript Document


function menuON(e) {
  e.className = "menuButton attivo";
}
function menuOFF(e) {
  e.className = "menuButton";
}
SetStatus(0);

function creditsportale() {

x=(window.screen.availWidth-230)/2;
y=(window.screen.availHeight-260)/2;

        window.open('creditsportale.htm','pg1','left='+x+',top='+y+',width=230,height=260,center=yes,scrollbars=no,resizable=yes,status=no,location=no,toolbar=no,menubar=no');
}



