
function suche() {
document.goog.action=MY;
//document.goog.target="";
document.goog.elements['artikel'].value='finden';
cic.location.replace("suchwort.php?n="+document.goog.elements['q'].value);
document.goog.submit();
};

function google() {
//document.goog.action="http://www.google.com/custom";
//document.goog.target="_blank";
document.goog.elements['artikel'].value='google';
cic.location.replace("suchwort.php?n="+document.goog.elements['q'].value);
document.goog.submit();
};

function gover(t) {t.style.backgroundColor="#991F44";};
function gout(t) {t.style.backgroundColor="#808080";};

function subm() {
cic.location.replace("suchwort.php?n="+document.goog.elements['q'].value);
};
