function switchLang(langID) {
						currentURL = window.location.href;
						currentURL = currentURL.replace("?option=sendemail","");
						if (langID == 4105) { 
												location.href=currentURL.replace("_f.", "_e.");
						} else {
												location.href=currentURL.replace("_e.", "_f.");
						}
}

