function button_max(but)
{	
	but.src=but.getAttribute('max');	
}
function button_min(but)
{	
	but.src=but.getAttribute('min');	
}
