//------------------------------------------------------------------------------
// IGLOBALS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
//------------------------------------------------------------------------------

//------------------------------------------------------------------------------
// FUNCTIONS |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
//------------------------------------------------------------------------------
function submitEnqForm(){
    $.ajax({
        url: '/pbltools-enqform.php?task=submit',
        type: 'post',
        data: $('#enqForm').serialize(),
        success: function(data){alert(data);},
        fail: function(){alert('Error sending enquiry !')}
    })
    
    return false;
}

//------------------------------------------------------------------------------
// INITALIZATION |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
//------------------------------------------------------------------------------

