	function bdn( e ) {
	    e.style.background='url(images/btn_dn.gif) no-repeat #dddddd';
	    e.style.color='black';
	    e.style.paddingTop = '4px' ;
	    e.style.paddingBottom = '2px' ;
	}
	function bup( e ){
	    e.style.background='url(images/btn_base.gif) no-repeat #dddddd';
	    e.style.color='white';
	    e.style.paddingTop = '2px' ;
	    e.style.paddingBottom = '4px' ;
	}
	function bov( e ){
	    e.style.background='url(images/btn_up.gif) no-repeat #dddddd';
	    e.style.color='blue';
	}
