function onSearchSubmit(objForm){
	var suchbegriff= objForm.search_global.value;
	var url= 'https://www.mein-geschaeftserfolg.de/fileadmin/php/search/callback_session.php?action=SET_VAR&var_name=search&var_value='+suchbegriff+'&no_cache=1';
	document.getElementById('iframe_search_ses').src= url;
	return true;
}//
