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