//<%@ Language="JavaScript" %>
// ************************************************************************
// Uncomment the content of this file to override default behaviors
// Written by: Jaed Uavechanichkul
// ************************************************************************

// Post stub location *****************************************************
//_posturl = "common/post.asp"

// Enable debugging *******************************************************
//_debug = true

// HTTP Posting timeout ***************************************************
//_httpTimeout = 5 * 1000; // In milliseconds

// ************************************************************************
// Override default redirect URLs, i.e. approved.asp, decline.asp
// ************************************************************************
//_urlAccepted = ""
//_urlDeclined = ""

// ************************************************************************
// Implement functions below to override default event handler
// Return false to disable default event handler (think of form.onsubmit())
// ************************************************************************
//function lead_onprocessForm(button) {}
//function lead_onDeclined(r) {}
//function lead_onApproved(r) {}
//function lead_onError(r) {}