// JavaScript Document

$(document).ready(function () {
	$('.jd_menu').jdMenu({showDelay:0,hideDelay:0});
	
	setTableWidth2();
	
	$(window).resize(function() {
  		resizeWindow2();
	});
	

});