<!-- Begin
d=document;
function gotoSite(obj) {
	  var host = "http://www.aex.nl/scripts/pop/popup.asp?taal=nl&alf=";
          var s;
          s=obj.options[obj.selectedIndex].value
          window.open(host+s);
}
//-->

<!--
d=document;
function gotoSiteCast(obj) {
	  var host = "http://www.sitecast.nl/content/article.php?";
          var s;
          s=obj.options[obj.selectedIndex].value
          if (obj.options[obj.selectedIndex].value != '')
          window.open(host+s);
}
//-->

<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->

<!--
//met dank aan www.irt.org
//een tutorial voor dit script is te vinden op:
//http://tech.irt.org/articles/js116/index.htm
function show(object) {
    if (document.layers && document.layers[object] != null)
        document.layers[object].visibility = 'visible';
    else if (document.all)
        document.all[object].style.visibility = 'visible';
}
function hide(object) {
    if (document.layers && document.layers[object] != null)
        document.layers[object].visibility = 'hidden';
    else if (document.all)
        document.all[object].style.visibility = 'hidden';
}
function reposition(object) {
    if (document.layers && document.layers[object] != null) {
		xas = document.layers['news0'].pageX;
		yas = document.layers['news0'].pageY;
        document.layers[object].left += xas;
        document.layers[object].top += yas;
        //alert(xas);
    }
}
//  End -->