var mywin;

if(top.location.href != this.location.href) {
   top.location.href = this.location.href;
}



function hover(object, background, font)
 {
  object.style.backgroundColor = background;
  object.style.color = font;
 }

function goto_group(id)
 {
  window.location.href="regio.asp?rg_id=" + id;
 }



function popup(mywin, href)
  {
   var mywin = window.open(href,"","dependent=yes,menubar=no,resizable=yes,scrollbars=yes,toolbar=no,width=310,height=400,left=200,top=200");
  }


function mail(name,domain)
  {
	  document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
	  document.write(name + '@' + domain + '</a>');
  }
