
/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - setsearchfocus.js - */
// http://www.datenschutz-praxis.de/portal_javascripts/setsearchfocus.js?original=1
function setFocusToSearchText(){if(!W3CDOM){return false};inputobject=document.getElementById('searchText');try{if(inputobject.focus){inputobject.focus();if(inputobject.select){inputobject.select();return}}}
catch(e){}}


/* - setfocus.js - */
// http://www.datenschutz-praxis.de/portal_javascripts/setfocus.js?original=1
function setFocusToSearchText(){if(!W3CDOM){return false};inputobject=document.getElementById('searchText');try{if(inputobject.focus){inputobject.focus();if(inputobject.select){inputobject.select();return}}}
catch(e){}}

