// JavaScript Document

function setMt() {
	$('#menu').menu_toggle_adder( {
		animate_toggle: 'yes',
		highlight_selected_link: 'yes',
		toggle: '/images/articles/toggle.gif',
		toggled: '/images/articles/toggled.gif',
		toggle_selected: '/images/articles/toggle_selected.gif',
		toggled_selected: '/images/articles/toggled_selected.gif'
	});
}

$(document).ready(function() {	$("#menuHbtn5").css("background","url(/images/header/m5_a.gif)");	$("#menuHbtn5").unbind();
	setMt();
});
