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

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

function normalEffectTop(cur){
	if (document.getElementById)
	cur.className='topButton' ;
	}