function initScripts(){
load();
loadSuchbegriff();
}



function loadSuchbegriff(){
// <![CDATA[
var f = document.getElementById('searchboxform');
 if (f && f.q) {
 var q = f.q;
 var sa =f.sa;
 var n = navigator;
 var l = location;
 if (n.platform == 'Win32')
 { q.value = 'Suchbegriff';
q.style.cssText='color:#ccc;';
 }
 var b = function() {
 if (q.value == '') {
q.value='Suchbegriff';
q.style.cssText='color:#ccc;';
 }
 };
 var f = function()
 {
 q.style.cssText='color:#000;';
q.value='';

 };
 q.onfocus = f;

 q.onblur = b; if (!/[&?]q=[^&]/.test(l.search)) { b(); } }
// ]]>
}

 function changePictureSelect(type_id, content) {
   document.getElementById(type_id).src  = '/images/icons/'+ content +'.gif';
 }
