/* VARIABLE DATENBANK */ var full_path = "extrusion/get/cms.nsf"; function um() { sel = window.document.referenz_liste.auswahl.selectedIndex; var sprache_land = window.document.referenz_liste.auswahl.options[sel].value; if (sprache_land == "-land_waehlen-" ) "" else { var land_url ="/" + full_path+"/kontakt_land/"+sprache_land; window.document.location.href=land_url; } } /* SUCHEN */ function such() { var begriff = encodeURI(document.forms[0].suche.value); var sprache = document.forms[0].sprache.value; var url = "/" + full_path + "/suchergebnis?SearchView&Query=" + begriff + "+and+" + sprache + "&SPRACHE="+sprache+"&END"; window.document.location.href=url; } function noprocess() { return false; } /* NAV ROLLOVER*/ function swap_nav(id,state){ if (state=='over'){ disp='block';} else{ disp='none'; } document.getElementById('nav_el_quad_'+id).style.display=disp; }