function upEffect(cur){
	if (document.getElementById)
	cur.className='buttonUp' ;
	}

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