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

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

function normaleffectSub(cur){
	if (document.getElementById)
	cur.className='buttonSub' ;
	}
