// JavaScript Document

jQuery(function($) {
/* ---------------------------------------------------------
tablesorter
--------------------------------------------------------- */
//$('#tableSorter_01').tablesorter({
//  widgets: ['zebra'],
//	headers: {
//		0: {sorter:false},
//		3: {sorter:false},
//		4: {sorter:false}
//  }
//});

/* ---------------------------------------------------------
tr hover
--------------------------------------------------------- */
//$("table.trHover tr").hover(function() {
//$(this).addClass("hover");
//},
//function() {
//$(this).removeClass("hover");
//} );


/* ---------------------------------------------------------
input type="file"
--------------------------------------------------------- */
//$("input[type=file]").filestyle({ 
//	image: "/common/img/btn_choose_file.gif",
//	imageheight : 22,
//	imagewidth : 82,
//	width : 250
// });



}); //jQuery

