
function undrLin(elem) {
	document.all[elem].style.textDecoration = "underline";
}

function lvLin(elem) {
	document.all[elem].style.textDecoration = "none";
}

function undrLinR(elem) {
	document.all[elem].style.color = "#ff0000";
	document.all[elem].style.textDecoration = "underline";
}

function lvLinR(elem) {
	document.all[elem].style.color = "#003399";
	document.all[elem].style.textDecoration = "none";
}

function doNav(elem) {
	if (elem == "home") {
		window.location.href = "http://www.mvc.dcccd.edu/";
	}
	if (elem == "spehome") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/sciencepe/default.aspx";
	}
	if (elem == "empin") {
		window.location.href = "http://dsc3.dcccd.edu/intranet/dcccd/mvc";
	}
	if (elem == "abtmvc") {
		window.location.href = "http://www.mvc.dcccd.edu/1about.aspx";
	}
	if (elem == "cntct") {
		window.location.href = "http://www.mvc.dcccd.edu/1contact.aspx";
	}
	if (elem == "smap") {
		window.location.href = "http://www.mvc.dcccd.edu/1sitemap.aspx";
	}
	if (elem == "srch") {
		window.location.href = "http://www.mvc.dcccd.edu/1search.aspx";
	}
	if (elem == "scidpt") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/sciencepe/science.aspx";
	}
	if (elem == "clshd") {
		window.location.href = "http://www.mvc.dcccd.edu/1classchedul.aspx";
	}
	if (elem == "onlapp") {
		window.location.href = "https://www1.dcccd.edu/stuapp";
	}
	if (elem == "onlreg") {
		window.location.href = "http://www.econnect.dcccd.edu/econnect";
	}
	if (elem == "whtnw") {
		window.location.href = "http://www.mvc.dcccd.edu/Lists/Whats%20New/AllItems.aspx";
	}
	if (elem == "admss") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/admissions";
	}
	if (elem == "fnaid") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/financialaid";
	}
	if (elem == "studlf") {
		window.location.href = "http://www.mvc.dcccd.edu/1studentlife.aspx";
	}
	if (elem == "studem") {
		window.location.href = "http://www.dcccd.edu/netmail/home.html";
	}
	if (elem == "studsrv") {
		window.location.href = "http://www.mvc.dcccd.edu/1services.aspx";
	}
	if (elem == "ecmp") {
		window.location.href = "http://ecampus.dcccd.edu/";
	}
	if (elem == "libr") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/library";
	}
	if (elem == "cnted") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/conted";
	}
	if (elem == "artsc") {
		window.location.href = "http://www.mvc.dcccd.edu/1ans.aspx";
	}
	if (elem == "wrkdv") {
		window.location.href = "http://www.mvc.dcccd.edu/1bnt.aspx";
	}
	if (elem == "plnrs") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/ie";
	}
	if (elem == "astrc1") {
		window.location.href = "scisyllab1.htm#as1411";
	}
	if (elem == "astrc2") {
		window.location.href = "scisyllab1.htm#as1412";
	}
	if (elem == "physc1") {
		window.location.href = "scisyllab1.htm#ph1401";
	}
	if (elem == "physc2") {
		window.location.href = "scisyllab1.htm#ph1402";
	}
	if (elem == "physc3") {
		window.location.href = "scisyllab1.htm#ph1405";
	}
	if (elem == "physc4") {
		window.location.href = "scisyllab1.htm#ph1407";
	}
	if (elem == "physc5") {
		window.location.href = "scisyllab1.htm#ph1415";
	}
	if (elem == "physc6") {
		window.location.href = "scisyllab1.htm#ph1417";
	}
	if (elem == "physc7") {
		window.location.href = "scisyllab1.htm#ph2425";
	}
	if (elem == "physc8") {
		window.location.href = "scisyllab1.htm#ph2426";
	}
	if (elem == "actv1") {
		window.location.href = "chemastroclub.htm";
	}
	if (elem == "sokhansanj") {
		window.location.href = "http://www.mvc.dcccd.edu/Lists/Faculty%20and%20Administrators/DispForm.aspx?ID=156";
	}
	if (elem == "dhoubhadel") {
		window.location.href = "http://www.mvc.dcccd.edu/sites/sciencepe/Lists/Adjunct%20Instructors/AllItems.aspx";
	}
	if (elem == "walker") {
		window.location.href = "http://www.mvc.dcccd.edu/Lists/Faculty%20and%20Administrators/DispForm.aspx?ID=153";
	}
}
