<!--
function fixUglyIE()
{
for (a in document.links) document.links[a].onfocus = document.links[a].blur;
}
if (document.all)
{
document.onmousedown = fixUglyIE;
}

function addbookmark()
{
bookmarkurl="http://www.hbgauktionskammare.se/"
bookmarktitle="Helsingborgs Auktionskammare AB"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
// Placera focus på formuläret
 function putFocus(formInst, elementInst) {
  if (document.forms.length > 0) {
   document.forms[formInst].elements[elementInst].focus();
  }
 }
// Det andra nummert i "onLoad" kommandot i body-taggen bestämmer formulärets focus. Man börjar räkna på '0'.
// -->
