function morebuttons(image,state) {
	var which;
	which = (state == 1)? "_over" : "";
	if(document.images) {
		document.images[image].src = eval(image + which +  ".src");
	}
}







 
 
 




