function setBookmark()
{
  var brty = navigator.appName;
  var brve = navigator.appVersion;
  if (brty.indexOf("Explorer")>-1)
  {
    window.external.AddFavorite("http://www.klauser-schuhe.de", top.document.title);
  }
}

// ____________________________________________________________________
function winOpen(theURL,winName,features)
{ 
   window.open(theURL,winName,features);
}

function LoadContent(p_strUrl)
{
  parent.inhalt.document.location.href = p_strUrl;
}

//-->

