

var Root = "../../../";


/* Functions for the Society Home Page rollovers */
function MouseDownHome()
{
	document.getElementById("uc_MasterTemplate_img_SocHome").src = Root + "media/Society/SocietyHome_down.gif";
}

function MouseOutHome()
{
	document.getElementById("uc_MasterTemplate_img_SocHome").src = Root + "media/Society/SocietyHome_down.gif";
}
	
function MouseOverHome()
{
	document.getElementById("uc_MasterTemplate_img_SocHome").src = Root + "media/Society/SocietyHome_over.gif";
}
function MouseOutHome()
{
	document.getElementById("uc_MasterTemplate_img_SocHome").src = Root + "media/Society/SocietyHome_up.gif";
}


/* Functions for the Society Admin Page rollovers */
function MouseDownAdmin()
{
	document.getElementById("uc_MasterTemplate_img_SocAdmin").src = Root + "media/Society/SocietyAdministration_down.gif";
}

function MouseOutAdmin()
{
	document.getElementById("uc_MasterTemplate_img_SocAdmin").src = Root + "media/Society/SocietyAdministration_down.gif";
}
	
function MouseOverAdmin()
{
	document.getElementById("uc_MasterTemplate_img_SocAdmin").src = Root + "media/Society/SocietyAdministration_over.gif";
}
function MouseOutAdmin()
{
	document.getElementById("uc_MasterTemplate_img_SocAdmin").src = Root + "media/Society/SocietyAdministration_up.gif";
}

