<!--
  try {
	document.execCommand("BackgroundImageCache", false, true);
  } catch(err) {

  }

  function teaserContainerOvrSmall( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='0px 2px 2px 0px';
  }

  function teaserContainerOutSmall( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='1px 1px 1px 1px';	  
  }
  
  
  function teaserContainerOvrLarge( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='0px 2px 2px 0px';
  }

  function teaserContainerOutLarge( obj ) {
	  obj.style.cursor='pointer';
	  obj.style.margin='1px 1px 1px 1px';	  
  }
  
  function teaserContainerUp( linkID ) {
	  location.href = '/' + linkID;
  }


  function attention( type ) {
    if ( type=='nl' ) {
      alert('Deze site is uitsluitend bestemd voor artsen,\ndiëtisten en andere paramedici.');
    } else if (type=='fr') {
      alert('Cette partie du site est destiné exclusivement aux médecins,\ndiététicien(ne)s et autres paramédicaux');
    }
  }
  
// -->