document.write('
Hersteller
System
Textsuche
 
'); function loadJSON(url) { var headID = document.getElementsByTagName("head")[0]; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.charset = 'utf-8'; newScript.src = url; headID.appendChild(newScript); } function selectwert(sObj) { with (sObj) return options[selectedIndex].value; } function deleteSelect(sObj) { for(var i=sObj.length-1;i>=0;i--)sObj.options[i]=null; }