// Browse All Hotels

function BrowseHotels(City,State,Country) {
window.location=('http://booking.hotels-onclick.com/index.jsp?pageName=hotNetList&cid=89865&city='+City+'&stateProvince='+State+'&country='+Country+'&showPopUp=true&sortMethod=1&mode=2&isHotels=true&numberOfRooms=1&room-0-child-total=0&room-0-adult-total=2')
}


// Browse All Vacation Rentals
function BrowseVacationRentals(City,State,Country) {
window.location=('http://booking.hotels-onclick.com/index.jsp?pageName=hotNetList&cid=89865&city='+City+'&stateProvince='+State+'&country='+Country+'&showPopUp=true&sortMethod=1&mode=2&isHotels=true&numberOfRooms=1&room-0-child-total=0&room-0-adult-total=2&propertyType=C')
}


// Car Rentals
function CarRentals(City,State,Country) {
window.location=('http://booking.hotels-onclick.com/cars/index.jsp?cid=89865&city='+City+','+State+','+Country+'&validateCity=true&submitted=true')
}


// Best Quality
function BestQualityHotels(City,State,Country) {
window.location=('http://booking.hotels-onclick.com/index.jsp?pageName=hotNetList&cid=89865&city='+City+'&stateProvince='+State+'&country='+Country+'&showPopUp=true&sortMethod=4&mode=2&isHotels=true&numberOfRooms=1&room-0-child-total=0&room-0-adult-total=2')
}


