$(document).ready(function() {
	loadCategoryTree($('select[name="type"]'));
	initRestCategories();
	$("select").change(function() { loadCategoryTree(this); });
	
	sn.tabActiver(1);
	
	$("#menuHbtn1").css("background","url(/images/header/m1_a.gif)");
	$("#menuHbtn1").unbind();
});