﻿function	gopage( pname )	{
	window.location='/html/' + pname;
}

function	overpagelink(pname)	{
	var	linkword = document.getElementById( pname );
	linkword.style.backgroundImage = "url(../images/home/hilite/" + pname + ".jpg)";
}

function	outpagelink(pname)	{
	var	linkword = document.getElementById( pname );
	linkword.style.backgroundImage = "";
}

function	overimg( inum )	{	
	var	theimg = document.getElementById( "img"+inum );
	theimg.style.outline = "solid 1px #000";
}


function	outimg( inum )	{	
	var	theimg = document.getElementById( "img"+inum );
	theimg.style.outline = "none";
}
