//June 14 2010
function doicon(img_src) {
document.images.depticonbig.src="/images/depticons/"+img_src;
document.body.style.cursor='hand'
}
function noicon() {
document.images.depticonbig.src="/images/depticons/blank-dept-icon.png";
document.body.style.cursor='default'
}

function oMnuClk(strItem){
	switch (strItem){
		case "empower":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "equip":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "extend":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "starthere":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "ch":
		window.document.location="http://2010.outreach.ca/ServingYou/ChurchHealth.aspx";
		break;
		case "nc":
		window.document.location="http://2010.outreach.ca/ServingYou/NewChurches.aspx";
		break;
		case "crm":
		window.document.location="http://2010.outreach.ca/ServingYou/ChurchConflict.aspx";
		break;
		case "tlm":
		window.document.location="http://2010.outreach.ca/ServingYou/TLM.aspx";
		break;
		case "toln":
		window.document.location="http://2010.outreach.ca/ServingYou/toln.aspx";
		break;
		case "rm":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "mm":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "mpm":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "orsc":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "cnx":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "rtm":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "donr":
		window.document.location="http://2010.outreach.ca/";
		break;
		case "e+d":
		window.document.location="http://2010.outreach.ca/";
		
		break;
		case "its":
		window.document.location="http://2010.outreach.ca/";
		break;
		default:
		break;
	}
}


