$(function(){

	url = window.location.href.split("/");
	var last = url.length;
	var file = url[last-1].split("?")[0] || "index.php";
	
	$("#menu a[href^='"+file+"']:not(.sub)").parent().addClass("active png_bg"); 
	
});
