$(document).ready(function(){
//	$(".gairaiTbl tr").mouseover(function(){
//		$(this).addClass("over");
//	}).mouseout(function(){
//		$(this).removeClass("over");
//	});
$(".gairaiTbl tr:even,.kensaTbl tr:even").addClass("even");
});


$(function() {
	$(".popupLink").click(function(){
		window.open(this.href, "WindowName","width=740,height=700,resizable=yes,scrollbars=yes");
		return false;
	});

});
