/*function jampEvent(targetURL){
	//alert("url");
	//alert(document.getElementById("B").childNodes[0]);
	//document.getElementById("B").click();
	location.replace(targetURL);
}*/
function jampEvent_about(){
	//location.replace("/about/index.html");
	window.location.href = "/about/index.html"
}
function jampEvent_works(){
	window.location.href = "/works/index.html"
}
function jampEvent_recruit(){
	window.location.href = "/recruit/index.html"
}
function jampEvent_laboratory(){
	window.location.href = "/lab/index.html"
}
