function high(which) {
	which.className = 'thumb thumb_hover';
}
function low(which) {
	which.className = 'thumb';
}