function getAccessDetails(addressId){  
  window.open('accessDetails.jsp?addressId=' + addressId,'','scrollbars=yes,status=yes,resizable=yes,width=500,height=300,top=150,left=340');
}
function changeDisplay(display){
  location = display.value;
}
