function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}

function ApriFinestraVideo(str) { 
larg=400; 
alt=500; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
finestra = window.open(str,'finestra','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no');
finestra.focus(); 
}

function ApriFinestraAtelierGelato(str) { 
larg=694; 
alt=576; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
finestra = window.open(str,'finestra','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no');
finestra.focus(); 
}

function ApriFinestraVideoIndex(str) { 
larg=694; 
alt=576; 
toptop=(screen.height/2)-(alt/2); 
leftleft=(screen.width/2)-(larg/2); 
finestra = window.open(str,'finestra','top='+toptop+',left='+leftleft+',scrollbars=yes,width='+larg+',height='+alt+',status=no,location=no,toolbar=no');
finestra.focus(); 
}