		Shadowbox.init({
    		skipSetup: true,
			modal: false,
    		players: ["html","iframe"]
		});	

		window.addEvent('domready', function() {
			if($('calendar_details')) {
				myVerticalSlide = new Fx.Slide('calendar_details', { duration: 200 });
				myVerticalSlide.hide();
			}
			initShadowbox();
			initNavigation();
			initCalendar();
		  	initReactionForm();
		 	initScroller();
		  	initClickableLists();
		  	initRadioList();
			initPaginator();
			initFieldStat();
			initMonthSelector();
			initHomeBlock();
			initCheckboxes();
			initGameSchedule();
			initDropbox();
			initRating();
			initSbutubeSlider();
			initDefaultForm();
			initRadiobuttons();
			initOlymposMap();
			initPresenceForm();
			initShortcutList();
			initSortablePhotos();
			initNumberbar();
			initPhotoKeys();
			initPollManagement();
			window.document.addEvent('keydown', function(event){				
				if(event.key=='f8') {
					Shadowbox.open({
						content:    "/home/shortcut-toevoegen/",
						player:     "iframe",
						title:      "",
						height:     240,
						width:      350
					});
				}				
			});
		});	