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 openInqForm(listingID, ownerID) {
    location_window = window.open("http://www.keysforrent.com/inquireForm.jsp?fwModuleName=genKfrent&extLID=" + listingID + "&extOID=" + ownerID, "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.');
    }
}
