
function winOpen (url,width,height,winName) {
	window.open(url, winName, 'left=0,top=0,width=' + width + ',height=' + height + ',status=0,scrollbars=0,menubar=0,location=0,toolbar=0,resizable=0');
}

function winClose () {
	window.close();
}

$(function() {
	$('#footer-nav dl:nth-child(2)').addClass('f-nav-02');
	$('#footer-nav dl:nth-child(4)').addClass('f-nav-04');
	
	$('table tr th:fist-child').addClass('top');
	$('table tr td:fist-child').addClass('top');
});


