﻿// JScript File
function LNGSetCB() {
    var url = document.location.href;
    document.location.href = url;
}

function LNGSet(clientId) {
    var e = dge(clientId + '_LNGS');
    if (e) {
        var l = e.options[e.selectedIndex].value;
        Webscene.UI.LNGS.LNGSet(clientId, sessionId, l, LNGSetCB, clientId);
    }
    
}