function Login() {
    var index = document.getElementById("hiddenLogin").getAttribute("value").toString();
    if (index == "MLA")
        window.open("http://mla.wip.seamless.com.au/content/Public/Header/User_Lgoin.aspx", "_blank", "toolbar=yes");
    else if(index == "LPA/NVDs")
        window.open("#", "_self", "toolbar=yes");
    else if(index == "NLIs")
        window.open("#", "_self", "toolbar=yes");
    else if(index == "MSA")
        window.open("#", "_self", "toolbar=yes");
    else
        window.open("#", "_self", "toolbar=yes");

}

function setRadioValue(val) {
    document.getElementById("hiddenLogin").setAttribute("value", val);

}


// ---- ISYS Iframe related ----
function resizeIFrame() {
    var currentFrame;
    var currentFrameName
        document.getElementById('ifrISYSFrame').style.height = document.getElementById('ifrISYSFrame').contentWindow.document.body.scrollHeight + 10 + "px";

}

