window.__globalList = {dojo: true, dijit: true, dojox: true, djConfig: true};
for(var i in window){
	window.__globalList[i] = true;
}

function openNewBrowswer(url){
	window.open( url, "Area Map" [ toolbar=1, menubar=1, scrollbars=1 [false ] ] );	
}

function wipeInHeader(){
	var anim1 = dojox.fx.wipeTo({
                // basic requirements:
                node: "headerBox", duration:2000, // or a domNode reference        
                width: 600 // measured in px
                // height: 200 // measured in px (only one at a time, see sizeTo)         
        });
    anim1.play();
}
