// Aprire la finestre dei Credits

function apriCredits(ip){
  fin=window.open(ip,'','top=100,left=100,width=250,height=250');
  fin.focus();
}
