function clearSearch() { if (document.forms["actionbar"].Query.value == document.forms["actionbar"].Query.defaultValue) document.forms["actionbar"].Query.value = ""; } function DoGEASearch() { //alert("søgning"); if ( !document.forms["actionbar"].Query.value.length == 0) { SearchStr = escape( document.forms["actionbar"].Query.value ); //alert(SearchStr); //explorer_open('http://search.gea-explorer.com/?lang=&s=0&t=&w=1&q=' + SearchStr + '&tpl='); document.location.href="/niro/cmsdoc.nsf/Search/SearchwebFormResult?readform&query=" + SearchStr; } } function showjob(ref){ var unid = document.all.jobslist.options[document.all.jobslist.selectedIndex].value; if(document.getElementById("DocType")==null){ if(document.getElementById("FromRoot").value=="0"){ path = ".."; }else{ path = document.getElementById("Path").value; } window.location.href = path + '/webdoc/' + unid; }else{ //alert("opens jobdocument"); } }