constants={brws:undefined}

function btnimg(button){

	/*$('#bua').fadeOut('slow',function(){
		
    });
    $('#bua').fadeIn('fast',function(){
		
		});*/
    if(constants.brws =='IE')
	    $('#btn img').eq(button-1).animate({'width':'138','height':'118'},150)
	else
        $('#btn img').eq(button-1).animate({'width':'142','height':'122'},150)
}

function restore(button){

    if(constants.brws =='IE')
	    $('#btn img').eq(button-1).animate({'width':'136','height':'116'},150)
	else
        $('#btn img').eq(button-1).animate({'width':'140','height':'120'},150)
}


