
	bottom2=new Image();
	bottom2.src="menu/bottom2.jpg";
	bottom2a=new Image();
	bottom2a.src="menu/bottom2a.jpg";
	
	bottom3=new Image();
	bottom3.src="menu/bottom3.jpg";
	bottom3a=new Image();
	bottom3a.src="menu/bottom3a.jpg";
	
	bottom4=new Image();
	bottom4.src="menu/bottom4.jpg";
	bottom4a=new Image();
	bottom4a.src="menu/bottom4a.jpg";
	
	bottom5=new Image();
	bottom5.src="menu/bottom5.jpg";
	bottom5a=new Image();
	bottom5a.src="menu/bottom5a.jpg";
	
	bottom6=new Image();
	bottom6.src="menu/bottom6.jpg";
	bottom6a=new Image();
	bottom6a.src="menu/bottom6a.jpg";
	
	bottom7=new Image();
	bottom7.src="menu/bottom7.jpg";
	bottom7a=new Image();
	bottom7a.src="menu/bottom7a.jpg";

	

function bottom2over()
{
	window.document.images[2].src=bottom2a.src;
}
function bottom2out()
{
	window.document.images[2].src=bottom2.src;
}

function bottom3over()
{
	window.document.images[3].src=bottom3a.src;
}
function bottom3out()
{
	window.document.images[3].src=bottom3.src;
}
function bottom4over()
{
	window.document.images[4].src=bottom4a.src;
}
function bottom4out()
{
	window.document.images[4].src=bottom4.src;
}

function bottom5over()
{
	window.document.images[5].src=bottom5a.src;
}
function bottom5out()
{
	window.document.images[5].src=bottom5.src;
}

function bottom6over()
{
	window.document.images[6].src=bottom6a.src;
}
function bottom6out()
{
	window.document.images[6].src=bottom6.src;
}

function bottom7over()
{
	window.document.images[7].src=bottom7a.src;
}
function bottom7out()
{
	window.document.images[7].src=bottom7.src;
}
