  var OOindexwnd = null;
  if (top.frames.length!=0) top.location=self.document.location;
  try {
    hs.graphicsDir      = '/mimg/jslib/highslide/graphics/'; 
    hs.outlineType      = null;
    hs.fadeInOut        = true;
    hs.headingEval      = null;
    hs.marginLeft       = 300;
    hs.wrapperClassName = 'colored-border';
    hs.dimmingOpacity   = 0.20;
  } catch(e) {}
  function oeffne(ziel) {
    var zeit = new Date();
    if (OOindexwnd != null) OOindexwnd.close();
    var add = "/" + ziel + ".ahtml?T=" + zeit.getTime();
    OOindexwnd = window.open(add,'_OOOOOOOOOOOOOOO_',"height=500,width=500,resizable=yes,border-width=1,toolbar=no,location=no,menubar=no,status=no,scrollbars=yes,dependent=yes");
    if (OOindexwnd != null) OOindexwnd.focus();
  }
  function evalKeyForSubmit(event, taste) {  
    if (event && (event.which == 13 || event.keyCode == 13)) {
      document.getElementById(taste).click();
      return false;
    } else {  
      return true;  
    }
  }
  function qsuche() {
    if (document.getElementById('nav_schnellsuche').value == "" || document.getElementById('nav_schnellsuche').value == "Schnellsuche") {
      alert('Bitte geben Sie einen Suchbegriff ein!');
      document.getElementById('nav_schnellsuche').focus();
      return;
    }
    var url   = '/suche.ahtml?act=suchen&stichwort=';
        url  += escape(document.getElementById('nav_schnellsuche').value);
    self.location.href = url;
  }
  
  function oo_wk() {
    var zeit = new Date();
    var url  = "/acgi/warenkorb.cgi?T=" + zeit.getTime();
    self.location.href = url;
  }
  function set_nav_col(wert) {
    try {
      document.getElementById('kid_'+wert).className = 'nav_linkA';;
    } catch(e) { 
      //alert(wert +'    '+e); 
    }
  }
// ('textilbandklappe',this,'&gt;&gt;','&lt;&lt;);
  function divklappe(zielID, btnID, sign_auf, sign_zu, hoehe) {
    var zielObj = document.getElementById(zielID);
    var btnObj = document.getElementById(btnID);
    if (zielObj.style.height == 'auto') {
      zielObj.style.height = hoehe;
      btnObj.src = sign_auf;
    } else {
      zielObj.style.height = 'auto';
      btnObj.src = sign_zu;
    }
  }

//generated by OrderOnline
