$(document).ready(function(){
	$('.kids').addClass('current');
	acw.buildMenu();
	var sPath = window.location.pathname;
	var sPage = sPath.split('/');
	var fileName = sPage[sPage.length-1];
	fileName = fileName.substr(0,fileName.length-4);
	$('#'+fileName).attr('src','img/kidsmenu/' + fileName + '_sel.jpg');
	$('.beforeafter table tbody tr:even').addClass('sel');
	$('.beforeafter table tbody tr:last td').css('border-bottom','1px solid #d4360d');
});
