
$(document).ready(function() {
	
	/*
	$("#navigation li").click(function() {
		var target = "?view=" + $(this).attr("href");	
		if(editOn == true) return;
		window.location.replace(target);
	});
	
	
	$("#subnavi li").click(function() {
		var target = "?view=" + $(this).attr("href");	
		if(editOn == true) return;
		if($(this).attr("href") != null )
			window.location.replace(target);
	});
	*/
	
	
	
});

