<!--
	if (document.images) {
		infobuttonup       = new Image();
		infobuttonup.src   = "http://www.nathanrutherford.com/img/info.jpg" ;
		infobuttondown     = new Image() ;
		infobuttondown.src = "http://www.nathanrutherford.com/img/infoR.jpg" ;
		
		portfoliobuttonup       = new Image();
		portfoliobuttonup.src   = "http://www.nathanrutherford.com/img/portfolio.jpg" ;
		portfoliobuttondown     = new Image() ;
		portfoliobuttondown.src = "http://www.nathanrutherford.com/img/portfolioR.jpg" ;
		
		contactbuttonup       = new Image();
		contactbuttonup.src   = "http://www.nathanrutherford.com/img/contact.jpg" ;
		contactbuttondown     = new Image() ;
		contactbuttondown.src = "http://www.nathanrutherford.com/img/contactR.jpg" ;
		
		tearsheetbuttonup       = new Image();
		tearsheetbuttonup.src   = "http://www.nathanrutherford.com/img/tearsheet.jpg" ;
		tearsheetbuttondown     = new Image() ;
		tearsheetbuttondown.src = "http://www.nathanrutherford.com/img/tearsheetR.jpg" ;
		
		blogbuttonup       = new Image();
		blogbuttonup.src   = "http://www.nathanrutherford.com/img/blog.jpg" ;
		blogbuttondown     = new Image() ;
		blogbuttondown.src = "http://www.nathanrutherford.com/img/blogR.jpg" ;
	}
	function buttondown( buttonname )
	{
		if (document.images) {
		  document[ buttonname ].src = eval( buttonname + "down.src" );
		}
	}
	function buttonup ( buttonname )
	{
		if (document.images) {
		  document[ buttonname ].src = eval( buttonname + "up.src" );
		}
	}
	// -->
