function findOrteByGoogleMaps(){
	this.openMap = function (mTStartMod, ortsliste) {
		
		if(document.location.host=="192.168.1.25"){
			var infowin = window.open("../../maps/google_v2/select_iff_ort_google.php?url=" + url + "&mTStartMod=" + mTStartMod + "&KID=" + KID + "&ORTE=" + ortsliste,"Kartenansicht","width=1000,height=500,scrollbars=no");
		} else if (document.location.host=="staging-pl.traveltainment.eu"){
			//---Online
			var infowin = window.open("../../maps/google_v2/select_iff_ort_google.php?url=http://"+document.domain+"/&mTStartMod="+mTStartMod+"&KID="+KID+"&ORTE="+ortsliste,"Kartenansicht","width=1000,height=500,scrollbars=no");
		} else {
			//---Online
			var infowin = window.open("http://ttibe.traveltainment.pl/maps/google_v2/select_iff_ort_google.php?url=http://"+document.domain+"/&mTStartMod="+mTStartMod+"&KID="+KID+"&ORTE="+ortsliste,"Kartenansicht","width=1000,height=500,scrollbars=no");
		}
		infowin.focus();
	}

}

function SearchOrtKarte(ort) {
		
		var sOrts=f.getElementByName('s_ort');
		sOrts.options[sOrts.options.selectedIndex].value=ort;
		sOrts.options[sOrts.options.selectedIndex].text=unescape(ort);

		ortsucher( ort, f.getElementByName('sortierung') );

		//return ttIBE.Offer.filtrOrt(document.getElementById('s_ort_select').options[document.getElementById('s_ort_select').selectedIndex].value);
			
}
