//  ========================================
//  = tripactions.js
//  = writen by John-Erik Omland, Feb 2004
//  = actions taken when user clicks on various itinerary/trip hyperlinks
//  = on the JoinUsTravel.com website
//  ========================================

// customize() - customize a listed Itinerary
 function customize() {
    alert("Customize function not yet available.");
 }
 // ============================
 
// bookTrip() - book trip listed Itinerary
 function bookTrip() {
    alert("Book Trip function not yet available.");
 }
 // ============================
 
// requestQuote() - request a Free Quote
 function requestQuote() {
    alert("Request Quote function not yet available.");
 }
 // ============================

