// JScript source code
<!--
if(document.all && !document.getElementById) 
{
    document.getElementById = function(id) {
         					return document.all[id];
    					}
}
function toggle( myId )
{
		if (myId == "about")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "vision")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "technology")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "resources")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "litrst")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "iratfr")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "estadm")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "cstsvc")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "fndadm")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "consrv")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
		if (myId == "emppln")
		{
			thisId=document.getElementById(myId);
			if (thisId.style.display ==	"none")
			{
				thisId.style.display = "";
			} 
			else
			{
				thisId.style.display = "none";
			}
		}
}
//-->