I want to be able to test if a specific container is open or closed...then open or close it based on the outcome...know a simply If Then statement will work but confused on the syntax to determine if its open or closed, show or hidden?On load this specific one is shown....say I want a button that when clicked determines if it is open and if so closes it... app.map.on("load", configNavigation); function configNavigation(evt) { dojo.byId("divSplashScreenContainer").style.display = "block"; }