﻿// Functions for use on various pages. This is included in home.master

function doLoad() {

}

/*
function showsub(whichSub) {
    document.getElementById("rollout_"+whichSub).style.display = "block";
}
function hidesub(whichSub) {
    document.getElementById("rollout_"+whichSub).style.display = "none";
}
*/
function sureNew() {
    return confirm("Are you sure your Organization isn't in the list?");
}