
$(document).ready(function(){

  if (typeof $('#cnt_motion').corner == 'function')
  {
/*
    var $corner = "5px";
    $('#cnt_motion').corner($corner);
    $('#content').corner($corner);
    $('#custom').corner($corner);
    $('#event_list').corner($corner);
*/
/*
    var $shadow_left = -1;
    var $shadow_top  = 1;
    $('#cnt_motion').dropShadow({ left: $shadow_left, top: $shadow_top });
    $('#content').dropShadow({ left: $shadow_left, top: $shadow_top });
    $('#custom').dropShadow({ left: $shadow_left, top: $shadow_top });
    $('#event_list').dropShadow({ left: $shadow_left, top: $shadow_top });
*/
  }
});

$(function() {
  // Alle Links mit cssClass 'fancybox' auch mit fancybox oeffnen
  $("a.fancybox").fancybox();
});


function printPage (p_url)
{
  var print = window.open(p_url, 'window_print', 'width=800px,height=600px,location=no,dependent=yes,menubar=no,toolbar=no,scrollbars=yes');
  print.focus();
  return false;
}

