function bump(mode,obj) {
	if (mode==1) {
		obj.style.paddingTop='3';
	}
	else {
		obj.style.paddingTop='5';
	}
}






