function fMIn()
{
	event.srcElement.style.color = "#FFFF00";
	
	
}

function fMOut()
{
	event.srcElement.style.color = "#DEEFFF";
}

function fMInD()
{
	event.srcElement.style.color = "#FFFF00";
	
	
}

function fMOutD()
{
	event.srcElement.style.color = "#191970";
}

function fGetPage(vPage)
{
	window.document.location = vPage + ".html";
}


function fLiDecIn()
{
	event.srcElement.style.textDecoration = "underline";
	event.srcElement.style.cursor = "hand";
}

function fLiDecOut()
{
	event.srcElement.style.textDecoration = "none";
	event.srcElement.style.cursor = "default";
}

function fGetLi(vLi)
{
	if(vLi == 0)
		window.open("hfling.htm", "Highland_Fling", "height=300,width=450,status=yes,toolbar=no,menubar=no,location=no");
	if(vLi == 1)
		window.open("howt.htm", "how_to_start", "height=300,width=450,status=yes,toolbar=no,menubar=no,location=no");
	if(vLi == 2)
		window.open("recomm.htm", "how_to_start", "height=300,width=450,status=yes,toolbar=no,menubar=no,location=no");
	if(vLi == 3)
		window.open("swdan.htm", "sword_dance", "height=300,width=450,status=yes,toolbar=no,menubar=no,location=no");

	if(vLi == 4)
		window.open("macg.html", "minerva", "height=200,width=450,status=yes,toolbar=no,menubar=no,location=no");
	if(vLi == 5)
		window.open("bmap.htm", "map", "height=400,width=440,status=yes,toolbar=no,menubar=no,location=no");
	if(vLi == 'ihd')
		window.open("hdupd.html", "Updates", "height=350,width=650,status=yes,toolbar=no,menubar=no,location=no, scrollbars=yes");
}


function fImgIn()
{
	if(event.srcElement.id == "iAr")
		event.srcElement.src = "dealbh/arrowRc.jpg"
	if(event.srcElement.id == "iAl")
		event.srcElement.src = "dealbh/arrowLc.jpg"
	if(event.srcElement.id == "iMap")
		event.srcElement.src = "dealbh/map32.jpg"
	if(event.srcElement.id == "iEn")
		event.srcElement.src = "dealbh/entr32.jpg"
	if(event.srcElement.id == "iMail")
		event.srcElement.src = "dealbh/mail32.jpg"		
	if(event.srcElement.id == "iGhb")
		event.srcElement.src = "dealbh/ghb32.jpg"

}

function fImgOut()
{
	if(event.srcElement.id == "iAr")
		event.srcElement.src = "dealbh/arrowR.jpg"
	if(event.srcElement.id == "iAl")
		event.srcElement.src = "dealbh/arrowL.jpg"
	if(event.srcElement.id == "iMap")
		event.srcElement.src = "dealbh/map3.jpg"
	if(event.srcElement.id == "iEn")
		event.srcElement.src = "dealbh/entr3.jpg"
	if(event.srcElement.id == "iMail")
		event.srcElement.src = "dealbh/mail3.jpg"
	if(event.srcElement.id == "iGhb")
		event.srcElement.src = "dealbh/ghb3.jpg"
		

}

