

//グローバルナビ用
function PointOnG(sel){
	if(document.getElementById(sel)){
		document.getElementById(sel).className = "on";
	}	

}



//sideナビ用
function PointOn(sel){
	if(document.getElementById(sel)){	
		document.getElementById(sel).className = "on";
	}	

}



