function changelang(display, lang)
{
	var currentURL = window.location.href;
	var newURL = currentURL;
	switch(lang)
	{
		case "en":
			if (currentURL=='http://www.littlesaigonhotel.com/about/index.htm')
				newURL=currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/bphotelreservation3/')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/lienlac.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_safety.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/littlesaigon_area.htm')
				newURL = 'http://www.littlesaigonhotel.com/about_en/littlesaigon_area_en.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/rooms/')
				newURL = currentURL.replace('rooms','rooms_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/direction.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_guitienve_vn.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_welcome.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_guideline.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_attractions.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_tourbooking.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_restaurant.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_guestservice.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_guestservice2.htm')
				newURL = currentURL.replace('about','about_en');
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_tour.htm')
				newURL = 'http://www.littlesaigonhotel.com/about_en/directory_tour_en.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_tourbooking_sanfrancisco.htm')
				newURL = 'http://www.littlesaigonhotel.com/about_en/directory_tourbooking_sanfrancisco_en.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_tourbooking_lasvegas.htm')
				newURL = 'http://www.littlesaigonhotel.com/about_en/directory_tourbooking_lasvegas_en.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_tourbooking_mexico.htm')
				newURL = 'http://www.littlesaigonhotel.com/about_en/directory_tourbooking_mexico_en.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about/directory_guestservice2.htm#Breakfast')
				newURL = 'http://www.littlesaigonhotel.com/about_en/directory_guestservice2.htm#Breakfast';
			else 
				/*newURL = 'http://www.littlesaigonhotel.com/about_en/index.htm';*/
				newURL=currentURL;
			break;
		case "vn":
			if (currentURL=='http://www.littlesaigonhotel.com/about_en/index.htm')
				newURL=currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/bphotelreservation3/')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/lienlac.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_safety.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/littlesaigon_area_en.htm')
				newURL = 'http://www.littlesaigonhotel.com/about/littlesaigon_area.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/rooms_en/')
				newURL = currentURL.replace('rooms_en','rooms');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/direction.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_guitienve_vn.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_welcome.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_guideline.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_attractions.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_tourbooking.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_restaurant.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_guestservice.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_guestservice2.htm')
				newURL = currentURL.replace('about_en','about');
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_tour_en.htm')
				newURL = 'http://www.littlesaigonhotel.com/about/directory_tour.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_tourbooking_sanfrancisco_en.htm')
				newURL = 'http://www.littlesaigonhotel.com/about/directory_tourbooking_sanfrancisco.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_tourbooking_lasvegas_en.htm')
				newURL = 'http://www.littlesaigonhotel.com/about/directory_tourbooking_lasvegas.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_tourbooking_mexico_en.htm')
				newURL = 'http://www.littlesaigonhotel.com/about/directory_tourbooking_mexico.htm';
			else if (currentURL=='http://www.littlesaigonhotel.com/about_en/directory_guestservice2.htm#Breakfast')
				newURL = 'http://www.littlesaigonhotel.com/about/directory_guestservice2.htm#Breakfast';
			else
				/*newURL = 'http://www.littlesaigonhotel.com/about/index.htm';*/
				newURL=currentURL;
			break;
	}
	document.write('<a href="'+newURL+'">'+display+'</a>');
}
