function highlightTags(activeMenuClass,cssHigh) 
{
  var obj;
  obj = document.getElementById(activeMenuClass)
  obj.className =  cssHigh;
}

function gotoUrl(url) {
  window.location.href=url
}

