document.write("<A HREF='../index.html'><img src='../images/home1.gif' name='home' width='86' height='28' border='0' onmouseover= 'swap(1)' onmouseout= 'swap(0)'>")
function swap(n)
{
	if( n==0) document.images.home.src = "../images/home1.gif";
	if( n==1) document.images.home.src = "../images/home2.gif";
	
}
	