
function suche() {
SUT=document.goog.elements['q'].value;
document.goog.action="pixel-suche.php";
document.goog.target="cic";
document.goog.submit();
IFR.style.visibility="hidden";
IFRD=0;
};

function suchek() {
document.goog.action="katalog-suche.php";
document.goog.target="haupt";
document.goog.submit();
IFR.style.visibility="";
IFRD=1;
};

function google() {
document.goog.action="http://www.google.com/custom";
document.goog.target="_blank";
cic.location.replace("suchwort.php?n="+document.goog.elements['q'].value);
document.goog.submit();
};

function gover(t) {t.style.backgroundColor="#BA9716";};
function gout(t) {t.style.backgroundColor="#D7B433";};

function subm() {
cic.location.replace("suchwort.php?n="+document.goog.elements['q'].value);
};