<!--

  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 chngImg(switchTyp,imgName) {
    var baseURL = '/fileadmin/www_alpro-soya_com/development/images/sojanet/'
    if ( switchTyp == 'ovr' ) {
      document.images[imgName].src = baseURL + imgName + '_sel.gif';
    } else {
      document.images[imgName].src = baseURL + imgName + '.gif';
    }
  }

  function consumerPage( url ) {
    if ( url != 'none' ) {
      // alert('jump to: ' + url );
      document.location.href = "http://" + url;
    }
  }

  function preloadImages() {
    Bild01 = new Image();
    Bild01.src = "/fileadmin/www_alpro-soya_com/development/images/sojanet/im-a-health-professional_sel.gif";

    Bild02 = new Image();
    Bild02.src = "/fileadmin/www_alpro-soya_com/development/images/sojanet/im-a-journalist_sel.gif";

    Bild03 = new Image();
    Bild03.src = "/fileadmin/www_alpro-soya_com/development/images/sojanet/im-a-consumer_sel.gif";
  }

// -->