  function openReservation(listingID)
  {
    location_window =  window.open("http://www.keysforrent.com/resPT1.jsp?fwModuleName=genKfrent&extLID="+listingID+"&extStatus=0&extSID=0&extClassName=&extRoomID=0&extBC=0","locate","scrollbars=yes,location,height=580,width=772");
    if(!location_window){
       alert('We have detected that you are using popup blocking software. In order to begin your secure online reservation, you must disable your popup blocker for this site.');
    }
  }
  function openManagementListings()
  {
    location_window =  window.open("http://www.keysforrent.com/managementListingsHoodRiver.jsp?extOID=905&extPageNo=1&extSort=&extBeds=&extCity=&extCalendarFrom=&extCalendarTo=&ext1=F&ext2=F&ext3=F&ext4=F&ext5=F&ext6=F&ext7=F&ext8=F&ext9=F&ext10=F&ext11=F&ext12=F&ext13=F&ext14=F&ext15=F&ext16=F&ext17=F&ext18=F&ext19=F&ext20=F","locate","scrollbars=yes,location,height=580,width=772");
    if(!location_window){
       alert('We have detected that you are using popup blocking software. In order to begin your secure online reservation, you must disable your popup blocker for this site.');
    }
  }
  function openCalendar(listingID)
  {
    location_window =  window.open("http://www.keysforrent.com/myAvailability.jsp?fwModuleName=genKfrent&extLID="+listingID+"&extStatus=0&extSID=0&extClassName=&extRoomID=0&extBC=0","locate","scrollbars=yes,location,height=580,width=772");
    if(!location_window){
       alert('We have detected that you are using popup blocking software. In order to view the realtime availability calendar, you must disable your popup blocker for this site.');
    }
  }