function PreDownloadAlert()
{
        var e = document.getElementById('formresponse');
        e.innerHTML = '<p class="success"><b>Please Wait...</b><br/><br/>Please wait while we retrieve your item.</p>';
        e.style.display = 'block';
        e.style.visibility = 'visible';
}

function PostDownloadAlert_ADE()
{
        var e = document.getElementById('formresponse');
        e.innerHTML = '<p class="success"><b>Adobe Digital Editions Item Request</b><br/><br/>Your item request is now being downloaded.<br/><br/>Please open the file (named URLLink.acsm) with Adobe Digital Editions and wait for the ebook to fully download.</p>';
        e.style.display = 'block';
        e.style.visibility = 'visible';
}

function PostDownloadAlert_123Reader()
{
        var e = document.getElementById('formresponse');
        e.innerHTML = '<p class="success"><b>123FastReader Item Request</b><br/><br/>Your item request is now being loaded into 123FastReader.</p>';
        e.style.display = 'block';
        e.style.visibility = 'visible';
}