function whatwedo_show(){
document.getElementById("whatwedo").style.visibility="visible";
}
function whatwedo_hide(){
document.getElementById("whatwedo").style.visibility="hidden";
}

function staffing_show(){
document.getElementById("staffing").style.visibility="visible";
}
function staffing_hide(){
document.getElementById("staffing").style.visibility="hidden";
}

function planning_show(){
document.getElementById("planning").style.visibility="visible";
}
function planning_hide(){
document.getElementById("planning").style.visibility="hidden";
}

function account1_show(){
document.getElementById("account1").style.visibility="visible";
}
function account1_hide(){
document.getElementById("account1").style.visibility="hidden";
}

function account2_show(){
document.getElementById("account2").style.visibility="visible";
}
function account2_hide(){
document.getElementById("account2").style.visibility="hidden";
}

function creative_show(){
document.getElementById("creative").style.visibility="visible";
}
function creative_hide(){
document.getElementById("creative").style.visibility="hidden";
}

function casestudies_show(){
document.getElementById("casestudies").style.visibility="visible";
}
function casestudies_hide(){
document.getElementById("casestudies").style.visibility="hidden";
}

function contact_show(){
document.getElementById("contact").style.visibility="visible";
}
function contact_hide(){
document.getElementById("contact").style.visibility="hidden";
}

function dots_whatwedo_show(){
document.getElementById("dots_whatwedo").style.visibility="visible";
}
function dots_whatwedo_hide(){
document.getElementById("dots_whatwedo").style.visibility="hidden";
}

function dots_staffing_show(){
document.getElementById("dots_staffing").style.visibility="visible";
}
function dots_staffing_hide(){
document.getElementById("dots_staffing").style.visibility="hidden";
}

function dots_planning_show(){
document.getElementById("dots_planning").style.visibility="visible";
}
function dots_planning_hide(){
document.getElementById("dots_planning").style.visibility="hidden";
}

function dots_account_show(){
document.getElementById("dots_account").style.visibility="visible";
}
function dots_account_hide(){
document.getElementById("dots_account").style.visibility="hidden";
}

function dots_creative_show(){
document.getElementById("dots_creative").style.visibility="visible";
}
function dots_creative_hide(){
document.getElementById("dots_creative").style.visibility="hidden";
}

function dots_casestudies_show(){
document.getElementById("dots_casestudies").style.visibility="visible";
}
function dots_casestudies_hide(){
document.getElementById("dots_casestudies").style.visibility="hidden";
}

function dots_contact_show(){
document.getElementById("dots_contact").style.visibility="visible";
}
function dots_contact_hide(){
document.getElementById("dots_contact").style.visibility="hidden";
}