function fMIn()
{
	event.srcElement.style.color = "yellow";
	
	
}

function fMOut()
{
	event.srcElement.style.color = "#DEEFFF";
}


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.htm", "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 == 6)
		window.open("hanatoly.html", "anatoly", "height=400,width=650,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes");
	if(vLi == 7)
		window.open("hmairi.html", "mairi", "height=400,width=650,status=yes,toolbar=no,menubar=no,location=no, scrollbars=yes");
	if(vLi == 'hupd')
		window.open("hupdates.html", "updates", "height=350,width=650,status=yes,toolbar=no,menubar=no,location=no, scrollbars=yes");
}


function fImgIn()
{
	if(event.srcElement.id == "iMap")
		event.srcElement.src = "images/map32.jpg"
	if(event.srcElement.id == "iEn")
		event.srcElement.src = "images/entr32.jpg"
	if(event.srcElement.id == "iMail")
		event.srcElement.src = "images/mail32.jpg"	

}

function fImgOut()
{
	if(event.srcElement.id == "iMap")
		event.srcElement.src = "images/map3.jpg"
	if(event.srcElement.id == "iEn")
		event.srcElement.src = "images/entr3.jpg"
	if(event.srcElement.id == "iMail")
		event.srcElement.src = "images/mail3.jpg"	

}
