function FrmUpdate(URL1, URL2, URL3, URL4) 
{
  Prefix = "";
// IE3.02 framereferentie reparatie, moet absoluut zijn. IE4 en IE5 hebben dit niet nodig.
  if (navigator.appVersion.substring(0,1) < 4) Prefix = location.pathname.substring(0,location.pathname.lastIndexOf('/')) + '/';
  if (URL1 != null) parent.hoofd.location=Prefix + URL1; 
  if (URL2 != null) parent.menu.location=Prefix + URL2;
}