// functie om te bepalen of de pagina wordt geladen in een frame
// zo niet, pagina herladen

function detect(page)
{

// de querystring ophalen om door te geven
var qstr = window.location.search;


if (top == self)

{
top.location.replace('/index.asp?'+page+qstr);
};


}

// functie om de pagina uit te printen
function printit()
{
  window.print();
}

// Copyright (c) 2001 Nedstat B.V. 
// All rights reserved. 
// By using this software, you are agreeing to be bound by the
// terms of this license: http://www.nedstat.com/terms.html
var ns_scriptversion="129";  // 2002-02-13