redirTime = "10000";
redirURL = "./environments.html";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }