function normaleffect(cur) {
	if (document.all)
	cur.className='button'
	}

function upeffect(cur) {
	if (document.all)
	cur.className='buttonup'
	}

function downeffect(cur) {
	if (document.all)
	cur.className='buttondown'
	}