function upeffect(cur){
if (document.getElementById)
cur.className='buttonup'
}

function downeffect(cur){
if (document.getElementById)
cur.className='buttondown'
}

function normaleffect(cur){
if (document.getElementById)
cur.className='button'
}