
			$(document).ready(function()
			{

					$('.button_link_off').click( function(event)
					{
						window.location = this.id;
					});

					$('.button_link_off_td').click( function(event)
					{
						window.location = this.id;
					});



			});

