jQuery(document).ready(function(){
	$("div.b-nav").find(".active").parents("div").removeClass('close');
	
	//if($(".b-slogan_bg img").width()>740){$(".b-slogan_bg img").width("740px");}
	//if($(".b-slogan_bg img").height()>184){$(".b-slogan_bg img").width("184px");}
});

function set_title(title)
{
	$('#pageTitle').html(title);
}
