function upeffect(cur){

	if (document.getElementById)

	cur.className='buttonup' ;

	}



function normaleffect(cur){

	if (document.getElementById)

	cur.className='button' ;

	}
