// JavaScript Document
$(document).ready(function(){
	$("#nav01").removeClass("globalnav_off");
	$("#nav01").addClass("globalnav_on");
});

