//---------------------------------------------------------------
// ++you_are_here.js++
// 071031.itani
// itani@a-me.jp
//---------------------------------------------------------------

function youAreHere(sel){
	if(sel != ""){	
		var selId = sel;
		document.getElementById(selId).src=document.getElementById(selId).src.replace(".gif","_on.gif");
		document.getElementById(selId).className = "now";
	}	

}

function youAreHereSide(sel){
	if(sel != ""){	
		var selId = sel;
		document.getElementById(selId).className = "now";
	}	

}