jQuery.fn.imgOff2Select = function()
{
	$(this).attr('src',$(this).attr("src").replace(/^(.+)_off(\.[a-z]+)$/, "$1_select$2"))
};

