//--- Check if this page is called from the menu --------------------
// If not, call up the menu, add URL of this page as argument.
//-------------------------------------------------------------------
if ( ! top.main1 )
{
   MenuPath = "http://www.kootenbie.nl/index.asp"

   document.location = MenuPath + "?" + document.location
}
   
//--- End of file ---------------------------------------------------

