$(document).ready(function(){	
	var m_url=window.location.pathname;
	

	if((m_url == "/other/ec/") || (m_url == "/v2/other/ec/")){
		$(".siteindex").attr("id","");
		$(".guide").attr("id","selected");
	}	
	
	if((m_url == "/other/about_ehsy/") || (m_url == "/v2/other/about_ehsy/")){
		$(".siteindex").attr("id","");
		$(".reser").attr("id","selected");
	}

	if((m_url == "/other/contact_us/") || (m_url == "/v2/other/contact_us/")){
		$(".siteindex").attr("id","");
		$(".contact").attr("id","selected");
	}
})



