﻿/** indexpage event infomation **/
(function($) {
$('document').ready(function(){
	$(".event01").css("display","none");
		$(".event02 h2 img.infoNavi").click(function () {
			$(".event01").slideToggle();
			$(".event02").css("display","none");
		});
		$(".event01 h2 img.infoNavi").click(function () {
			$(".event01").css("display","none");
			$(".event02").slideToggle();
		});
	});
})(jQuery);

$(function() {
	$(".popup").click(function(){
		window.open(this.href, "WindowName");
		return false;
	});
})(jQuery);


function CloseWin(){
	window.close();
}

function addstring() {
	document.forms[0].q.value = 'site:http://pathy.fujita-hu.ac.jp/~neuron/jp/ ' + document.forms[0].q.value;
	return true;
}





