Ciao colors,

tra le features devi aggiungere scrollbars=1 o scrollbars=yes
codice:
function apri(){ 
  var dim = "width=" + (screen.availWidth-10) + ",height=" + (screen.availHeight-25) + ",resizable=no,left=0,top=0,scrollbars=1" 
  //window.alert (dim); 
  window.open('home.html','home', dim); 
}