$(function() {
 $('#Main_SlideShow').cycle();
 $('#Main_SlideShow').show();

 $("#Main_Map1").colorbox();
 $("#Main_Map2").colorbox();

 $("#Footer_Sitemap").colorbox({width:"660px", height:"450px", iframe:true});
 $("#Footer_Impressum").colorbox({width:"660px", height:"450px", iframe:true});
// $("a.Main_Print").colorbox({width:"660px", height:"450px", iframe:true});
});
