

  function coverflow(nr){
    //alert(nr);
    if ( nr > 0){
      document.getElementById("coverflow").style.height = nr+'px';
    }

  }