window.onload = function() {

  // Scroller
  /*
  if ($('scroller_bar')) {
    startAction();
    observeScroller();
  }
  
  */
  
  // Carousel
  if($('prev_button')) $('prev_button').hide();
  if (typeof(image_total) !== 'undefined') {
     $('description').innerHTML = image_text[0];
  }
 
  if(typeof(image_total) !== 'undefined')
  {
    if (image_total == 1) {
      if($('next_button')) $('next_button').hide();
    }
   
  }
  
  if ($('box_0')) {
      $('box_0').down('a').innerHTML='<img src="typo3conf/ext/user_projekt/res/images/quadrat_rot.gif" height="15" width="15" />';
  }
  
}
