


document.write("<img border=0 src='images/footer.jpg' name='img_footer' usemap='#footer_map'><br>");
		



//****************************************************************
//****************************************************************
//build image map - header

document.write("<map name='footer_map'>")
document.write("<area shape='rect'  coords='550,44,630,103' onMouseOver='Footer_Learn()' onMouseOut='Footer_Map_Out()' href='http://www.wlnonline.org' TARGET='_blank'>")



document.write("<area shape='default' nohref>")
document.write("</map>")
document.write("<area shape='default' nohref>")
document.write("</map>");


//*****************************************************************
//*****************************************************************
//image flip functions
function Footer_Map_Out() 
{
	document.img_footer.src = "images/footer.jpg"; return true;
}

function Footer_Learn() 
{
	document.img_footer.src = "images/footera.jpg"; return true;
}














