.menu {
  left:226px;
    }   
 
 #Jp {
    background-color:white;
    
    height: 330px;
    _height: expression(this.scrollHeight > 300? "300px" : "auto" );
    overflow: auto;
    border-bottom:5x solid white;
 }