// JavaScript Document
function changeStyle (what , how)
{
  what.className = how;
}

function goto(w)
{
  if (w == "forum")
  {
    open('http://zrdf.yourbb.nl','_forum');
  }
/*  else if (w == "historie")
  {
    open('../historie/','_blank');
	}
*/  else
  {
    location = "?p="+w;
	}
}

function registreer()
{
  location = '?p=reg';
}
