function mo_display(id)
{
		var strPic=document.getElementById(id).src;
		document.getElementById(id).src='Includes/images/o'+strPic.substring(strPic.lastIndexOf("/")+1,strPic.length);
}
function mu_display(id)
{
		var strPic=document.getElementById(id).src;
		document.getElementById(id).src='Includes/images/'+strPic.substring(strPic.lastIndexOf("/o")+2,strPic.length);
}
function goTo(strUrl)
{
	window.location=strUrl;
}
function memberMenuOn(id)
{
		var strPic=document.getElementById(id).src;
		document.getElementById(id).src='Includes/MemberMenu/on_'+strPic.substring(strPic.lastIndexOf("/")+1,strPic.length);
}
function memberMenuOff(id)
{
		var strPic=document.getElementById(id).src;
		document.getElementById(id).src='Includes/MemberMenu/'+strPic.substring(strPic.lastIndexOf("/on_")+4,strPic.length);
}
