$(function(){


/*** imgover ***
■引数
.imgover({
	exclude: "imgactive",
	postfix: "o",
	aPostfix: "", //指定なしならpostfixと同じ
	isSelf: false,
	isSelfOver: false
});
*/
	$(".imgover").imgover();



/*** 画像切替 ***
■引数
.chimg({
	postfix: "o",
	targetAttr: "chimg"
});
*/
	$(".chimg").chimg();



/*** tableColor ***
■引数
.alternate({
	evenClass: "even"
	oddClass: "odd",
	onlyTbody: true
});
*/
//	$(".coloredRow").alternate();
	$(".tblStyle02").alternate();



/*** onload Other ***/
	
});

/*** other func ***/




