﻿$(document).ready(function() {
    if (document.getElementById('hfLogin').value == "false") {
        alert("Session has expired, please login again");
        parent.window.location.href = "http://www.locallinkup.com";
    }
});

function cancelled() {
    parent.hideModalWindow('attachUploadModal');
}

function uploadedClose() {

    parent.closeAfterAttachUpload(document.getElementById('hfUploadedFile').value);
}

function uploadFile() {
    document.getElementById('Text2').value = document.getElementById('inputFile').value;
    document.getElementById('hfUpload').value = "upload";
    __doPostBack('hfUpload', '');
}

function setHelpText(id) {
    parent.setWizardText(id);
}
