
/* - thesaurus.js - */
// http://www.drze.de/portal_javascripts/thesaurus.js?original=1
function FensterOeffnen(Adresse){MeinFenster=window.open(Adresse,"thesaurus",'width=900,height=600,left=100,top=100,directories=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes');MeinFenster.focus()}
function thes_search(begriff,la){var lang="de";var begriff=begriff;switch(lang){case "de":var src_name=document.getElementsByName('begriff')[0].value;var mod_name_1=src_name.replace(/\*/g,"").replace(/\?/g,"").replace(/\+/g,"%2B");var mod_name=escape(mod_name_1);var mod_name_2=mod_name.replace(/\%252B/g,"%2B");the_location="http://www2.drze.de/BELIT/thesaurus/suchergebnis.html?la=de&begriff="+mod_name_2;thes_win=window.open(the_location,'thesaurus','width=900,height=600,left=100,top=100,directories=yes,status=yes,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,location=yes');thes_win.focus();break;case "en":break;case "fr":break;default:break}}

