
	
function showRouteInfo(boxtoshow){
//	var boxtoshow = "#" + $(this).attr("rel");
	$("#mapInfo div").removeClass("showdiv");
	$(boxtoshow).addClass("showdiv");
	return false;
}
	
$(document).ready(function(){
	$("a").focus(function(){
		this.blur();
	});	
	
});
