/*
  $Id: navigatie_top.js $
  
  Dutch translation  Author: Paul Teunissen
  Last updated: 29/01/11
  
  http://www.deborah.teunissen-home.com
  http://www.jakelien.teunissen-home.com
  http://www.mitchell.teunissen-home.com
  http://www.teunissen-home.com
  
  http://www.alderden-transport.nl
  http://www.elmers-transport.nl
  http://www.schilderijkunst-monique.nl
*/

//<script language="Javascript"> <!--// Dit verbergen bij gebruik externe link Javascript //-->
sfHover = function() {
var sfEls = document.getElementById("navigatie_top").getElementsByTagName("LI");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" ie_does_hover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" ie_does_hover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//</script> <!--// Dit verbergen bij gebruik externe link Javascript //-->

/*
<!--// Plaats deze link in de head //-->
<script type="text/javascript" language="javascript" src="/js/navigatie_top.js"> </script>
*/
