function ShowSubNav(WhichOne,WhichLink,WhichSpan){
//////document.getElementById("ProductSubNav").style.display = "none";
//document.getElementById("ProductSubNav").style.display = "none";
document.getElementById(WhichOne).style.display = "block";
document.getElementById(WhichLink).style.backgroundPosition  = "100% -42px";
//document.getElementById(WhichSpan).style.backgroundPosition  = "100% -42px";
//document.getElementById("PageHighlight").style.backgroundPosition  = "100% -42px";
//document.getElementById("PageHighlight").style.backgroundPosition  = "100% -42px";
}

function ShowSubLayerNav(WhichOne,WhichLink,WhichSpan){

////////document.getElementById("ProductSubNav").style.display = "none";
//document.getElementById("ProductSubNav").style.display = "none";
document.getElementById(WhichOne).style.display = "block";
document.getElementById(WhichLink).style.backgroundPosition  = "100% -42px";
//document.getElementById(WhichSpan).style.backgroundPosition  = "100% -42px";
//document.getElementById("PageHighlight").style.backgroundPosition  = "100% -42px";
//document.getElementById("PageHighlight").style.backgroundPosition  = "100% -42px";
}

function HideSubNav(WhichOne,WhichLink,WhichSpan){

document.getElementById(WhichOne).style.display = "none";
/////////document.getElementById("ProductSubNav").style.display = "block"; // hide the layer of wich page we are on
document.getElementById(WhichLink).style.backgroundPosition  = "0% 0px";
//document.getElementById(WhichSpan).style.backgroundPosition  = "0% 0px";
//document.getElementById("PageHighlight").style.backgroundPosition  = "0% 0px";
//document.getElementById("PageHighlight").style.backgroundPosition  = "0% 0px";
}

function HideAll(){
document.getElementById("AboutUsSubNav").style.display = "none";
document.getElementById("ProductSubNav").style.display = "none";
document.getElementById("ResellersSubNav").style.display = "none";
document.getElementById("SignUpSubNav").style.display = "none";
document.getElementById("CustomerToolsSubNav").style.display = "none";
//document.getElementById("SupportSubNav").style.display = "none";
}

function AboutContactHide(){
/////////////document.getElementById("ProductSubNav").style.display = "none";
//document.getElementById("PageHighlight").style.backgroundPosition  = "100% -42px";
document.getElementById("NavLeftDiv").style.backgroundPosition  = "100% -42px";
}

function AboutContactShow(){
/////////////document.getElementById("ProductSubNav").style.display = "block";
//document.getElementById("PageHighlight").style.backgroundPosition  = "0% 0px";
document.getElementById("NavLeftDiv").style.backgroundPosition  = "0% 0px";
}

function AboutHomeHide(){
////////document.getElementById("ProductSubNav").style.display = "none";
//document.getElementById("PageHighlight").style.backgroundPosition  = "100% -42px";
}

function AboutHomeShow(){
////////////document.getElementById("ProductSubNav").style.display = "block";
//document.getElementById("PageHighlight").style.backgroundPosition  = "0% 0px";
}


function DivRollOverOn(WhichOne){
document.getElementById(WhichOne).style.backgroundColor= "#CCCCCC";


}

function DivRollOverOff(WhichOne){
document.getElementById(WhichOne).style.backgroundColor= "#A3A3A3";

}
