/*
:: IMAGE ROLLOVERS SCRIPT
:: (c) NADINE BOUDREAU
:: http://www.nadineboudreau.com/
*/
function on(pic)
	{
	if (document.images)
		{
		document.images[pic].src=eval(pic + "On.src")
		}
	}
function off(pic)
	{
	if (document.images)
		{
		document.images[pic].src=eval(pic + "Off.src")
		}
	}
if (document.images)
	{
//menuleafybottom
	backtotopOn=new Image(65, 12)
	backtotopOn.src="images/site/menuleafybottom/backtotopon.gif";
	backtotopOff=new Image(65, 12)
	backtotopOff.src="images/site/menuleafybottom/backtotopoff.gif";
	contactusOn=new Image(81, 12)
	contactusOn.src="images/site/menuleafybottom/contactuson.gif";
	contactusOff=new Image(81, 12)
	contactusOff.src="images/site/menuleafybottom/contactusoff.gif";
	homebottomlinkOn=new Image(35, 12)
	homebottomlinkOn.src="images/site/menuleafybottom/homebottomlinkon.gif";
	homebottomlinkOff=new Image(35, 12)
	homebottomlinkOff.src="images/site/menuleafybottom/homebottomlinkoff.gif";
//menumain
	endangeredspacesOn=new Image(111, 12)
	endangeredspacesOn.src="images/site/menumain/endangeredspaceson.gif";
	endangeredspacesOff=new Image(111, 12)
	endangeredspacesOff.src="images/site/menumain/endangeredspacesoff.gif";
	homeOn=new Image(34, 12)
	homeOn.src="images/site/menumain/homeon.gif";
	homeOff=new Image(34, 12)
	homeOff.src="images/site/menumain/homeoff.gif";
	issuesOn=new Image(34, 12)
	issuesOn.src="images/site/menumain/issueson.gif";
	issuesOff=new Image(34, 12)
	issuesOff.src="images/site/menumain/issuesoff.gif";
	linksOn=new Image(32, 12)
	linksOn.src="images/site/menumain/linkson.gif";
	linksOff=new Image(32, 12)
	linksOff.src="images/site/menumain/linksoff.gif";
	newsOn=new Image(31, 12)
	newsOn.src="images/site/menumain/newson.gif";
	newsOff=new Image(31, 12)
	newsOff.src="images/site/menumain/newsoff.gif";
	publiclandsOn=new Image(73, 12)
	publiclandsOn.src="images/site/menumain/publiclandson.gif";
	publiclandsOff=new Image(73, 12)
	publiclandsOff.src="images/site/menumain/publiclandsoff.gif";
	takeactionOn=new Image(68, 12)
	takeactionOn.src="images/site/menumain/takeactionon.gif";
	takeactionOff=new Image(68, 12)
	takeactionOff.src="images/site/menumain/takeactionoff.gif";
	thecoalitionOn=new Image(78, 12)
	thecoalitionOn.src="images/site/menumain/thecoalitionon.gif";
	thecoalitionOff=new Image(78, 12)
	thecoalitionOff.src="images/site/menumain/thecoalitionoff.gif";
	}