function getHome() {
main.location.href = "http://www.ursbtr.com/LWEA/Announcement.aspx";
menu_clear();
}

function getOfficers() {
main.location.href = "http://www.ursbtr.com/LWEA/Officers.aspx";
menu_clear();
}

function getCommittee() {
main.location.href = "http://www.ursbtr.com/LWEA/Committee.aspx";
menu_clear();
}

function getDinnerInfo() {
main.location.href = "http://www.ursbtr.com/LWEA/DinnerSched.aspx";
menu_clear();
}

function getDinnerPics() {
main.location.href = "http://www.ursbtr.com/LWEA/Dinner.aspx";
menu_clear();
}

function getCrock() {
main.location.href = "http://www.ursbtr.com/LWEA/Crock.aspx";
menu_clear();
}

function getCon() {
main.location.href = "http://www.ursbtr.com/LWEA/Conference.aspx";
menu_clear();
}

function getEpay() {
open("http://lwea.eventbee.com");
menu_clear();
}


function getAgenda() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=1");
menu_clear();
}

function getJoin() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=2");
menu_clear();
}

function getDinnerSponsor() {
main.location.href = "http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=13";
menu_clear();
}

function getSponsors() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=3");
menu_clear();
}

function getExibit() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=4");
menu_clear();
}

function getCrawfish() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=5");
menu_clear();
}

function getByLaw() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=6");
menu_clear();
}

function getConst() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=7");
menu_clear();
}

function getAnnounce() {
main.location.href = "http://www.ursbtr.com/LWEA/Announcement.aspx";
menu_clear();
}

function getMission() {
main.location.href = "http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=9";
menu_clear();
}

function getScholar() {
main.location.href = "http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=10";
menu_clear();
}

function getConReg() {
open("http://www.ursbtr.com/LWEA/MiscLinks.aspx?type=8");
menu_clear();
}

function getLogin(id,pw) {
	if(id == "admin" && pw == "admin")
		main.location.href = "DB.htm";
	else
		alert("Invalid Login");
		
	document.getElementById("ID").value = "";
	document.getElementById("PW").value = "";
}

function getLinks(){
main.location.href = "http://www.ursbtr.com/LWEA/Links.aspx";
}

function clearCell(){
mainw.innerHTML="";
}

