//$Revision: 1.1 $
if (typeof bmiasia == "undefined") {

    var bmiasia = {};
}

bmiasia.namespace = function() {
    var a=arguments, o=null, i, j, d;
    for (i=0; i<a.length; ++i) {
        d=a[i].split(".");
        o=bmiasia;

        // YAHOO is implied, so it is ignored if it is included
        for (j=(d[0] == "bmiasia") ? 1 : 0; j<d.length; ++j) {
            o[d[j]]=o[d[j]] || {};
            o=o[d[j]];
        }
    }

    return o;
};

bmiasia.namespace("jslib.dialog","jslib.util","jslib.hideshow","jslib.autocomplete","jslib.tooltip", "jslib.table");
