 <!-- hide the script from old browsers --
  function openWinClick( location, name, width, height )
  {
   popup = window.open( location, name, 'menubar=no,resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);
   if ( popup == null ) window.location = location;
  }

  function OpenWindow(winName, newURL, sOptions)
  {
   win = window.open(newURL, winName, sOptions);
  }

  function PageLastUpdated()
  {
  //written by W.Moshammer
   var moddate = new Date(parent.frames['Body'].document.lastModified);
   document.writeln("Laatst bijgewerkt op: "+moddate.getDate()+"/"+(moddate.getMonth()+1)+"/"+moddate.getFullYear());   
  }

  function scrollit_r2l(seed)
  {
   var m1  = "- - Welkom op de site van Kinderboerderij 't Veldje - -";
   var m2  = "- - Een gezellige kinderboerderij te Rosmalen in Noord-Brabant - -"
   var m3  = "- - Waar lekker geknuffeld kan worden met de dieren door jeugd en volwassenen! --"
   var m4  = "                     "

   var msg=m1+m4+m2+m4+m3+m4;
   var out = " ";
   var c   = 1;

   if (seed > 100)
   {
    seed--;
    var cmd="scrollit_r2l(" + seed + ")";
    timerTwo=window.setTimeout(cmd,100);
   }
   else if (seed <= 100 && seed > 0)
   {
    for (c=0 ; c < seed ; c++)
    {
     out+=" ";
    }
    out+=msg;
    seed--;
    var cmd="scrollit_r2l(" + seed + ")";
    window.status=out;
    timerTwo=window.setTimeout(cmd,100);
   }
   else if (seed <= 0)
   {
    if (-seed < msg.length)
    {
     out+=msg.substring(-seed,msg.length);
     seed--;
     var cmd="scrollit_r2l(" + seed + ")";
     window.status=out;
     timerTwo=window.setTimeout(cmd,100);
    }
    else
    {
     window.status=" ";
     timerTwo=window.setTimeout("scrollit_r2l(100)",75);
    }
   }
  }

function React(user, site, subject, label)
{
// Function:	React is a replacement of the standard html-tag "mailto" to avoid SPAM
// Author:		Rob van Eerd.
// 
// Parameters:
// - user		First (user) part of E-Mail address
// - site		Second (Provider/Domain) part of E-Mail address
// - subject	(Optional) Subject to be used for this E-Mail.
// - Label		Normal text to inform user where to click.
//
  if ( subject != "" )
  {
    document.write('<a href=\"mailto:' + user + '@' + site + '?Subject=' + subject + '\">');
  }
  else
  {
    document.write('<a href=\"mailto:' + user + '@' + site + '\">');
  }
  document.write(label + '</a>');
}


/*
 Cool Table Menu
 By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from javascriptkit.com
 Visit http://javascriptkit.com for this and over 400+ other scripts
*/

function movein(which,html){
 which.style.background='coral'
 if (document.getElementById)
  document.getElementById("boxdescription").innerHTML=html
 else
  boxdescription.innerHTML=html
}

function moveout(which){
 which.style.background='bisque'
 if (document.getElementById)
  document.getElementById("boxdescription").innerHTML='&nbsp;'
 else
  boxdescription.innerHTML='&nbsp;'
}
 //--end hiding here -->
