barBind = {
'bar_reg' : {
	'mousemove': function(event) {
		var br = $('bar_reg');
		br.style.backgroundPosition='1px 1px';
		br.style.paddingTop='6px';
		br.style.paddingLeft='33px';
		ts(event,'tb_reg');
	},
	'mouseout':function(event) {
		var br = $('bar_reg');
		br.style.backgroundPosition='0px 0px';
		br.style.paddingTop='5px';
		br.style.paddingLeft='32px';
		tc('tb_reg');
	}
},

'bar_agroubles' : {
	'mouseover': function(event) {
		ShowMenu('sub_agroubles_not','bar_agroubles');
		ts(event,'tb_agroubles_unreg');
	},
	'mouseout':function(event) {
		$('bar_agroubles').style.padding='0px 0px 0px 35px';
		$('bar_agroubles').style.backgroundPosition='-43px -219px';
		tc('tb_agroubles');
		CloseSubMenu('sub_agroubles_not');
	},
	'mousemove':function(event) {
		$('bar_agroubles').style.padding='1px 0px 0px 36px';
		$('bar_agroubles').style.backgroundPosition='-42px -218px';
		ts(event,'tb_agroubles_unreg');
	}
},
'sub_agroubles_not' : {
	'mouseover': function() {
		RescueSubMenu('sub_agroubles_not');
	},
	'mouseout':function(event) {
		CloseSubMenu('sub_agroubles_not');
	}
},

'bar_options' : {
	'mouseover': function(event) {
	ShowMenu('sub_options_not','bar_options');
	},
	'mouseout':function(event) {
		$('bar_options').style.backgroundPosition='-1px -187px';
		$('bar_options').style.padding='5px 0px 0px 31px';
		tc('tb_options');
		CloseSubMenu('sub_options_not');
	},
	'mousemove':function(event) {
		$('bar_options').style.backgroundPosition='0px -186px';
		$('bar_options').style.padding='6px 0px 0px 32px';
		ts(event,'tb_options');
	}
},
'sub_options_not' : {
	'mouseover': function() {
		RescueSubMenu('sub_options_not');
	},
	'mouseout':function(event) {
		CloseSubMenu('sub_options_not');
	}
},

'bar_vip' : {
	'mouseover': function(event) {
		ShowMenu('sub_notvip','bar_vip');
	},
	'mouseout':function(event) {
		$('bar_vip').style.backgroundPosition='-1px -219px';
		tc('tb_vip');
		CloseSubMenu('sub_notvip');
	},
	'mousemove':function(event) {
		$('bar_vip').style.backgroundPosition='0px -218px';
		ts(event,'tb_vip');
	}
},
'sub_notvip' : {
	'mouseover': function() {
		RescueSubMenu('sub_notvip');
	},
	'mouseout':function(event) {
		CloseSubMenu('sub_notvip');
	}
},

'bar_zzz_unreg' : {
	'mousemove': function(event) {
		ts(event,'tb_zzz');
	},
	'mouseout':function(event) {
		tc(event,'tb_zzz');
	}
}


};
