<!--
/* 	Bournville Community Website
	created by David Smith 
	Copyright 2003
	www.bournville-web.net
	email: david@bournville-web.net
	
	If you make use of this script please 
	leave in this header note, provide a 
	link to and acknowledge 
	www.Bournville-Web.net
	
	file created 12-November-03

        change button image function

*/

// function to change button image
function button(e,type){
  e.src=type;
  return true;
}
-->
