if(typeof vidoq != 'undefined')
{
	// Note: all time/duration values are in milliseconds
	// Uwaga: caly czas / okres wartosci w milisekundach
	
	vidoq.menuPageBarAnimDuration = 1000; // Duration for the animation of the bar (expand/contract) under the current page in header
										  // Czas do animacji bar (rozwin / umowy) w ramach biezacej strony w naglówku
	vidoq.menuLoadSubAnimDuration = 1000; // Duration for the animation of the sub-menu (expand/contract)
										  // Czas do animacji podmenu (rozwin / umowy)
	vidoq.menuLoadSubFadeDuration = 1000; // Duration for the animation of the sub-menu items (fade in/out)
										  // Czas do animacji pozycji podmenu (fade in / out)

	vidoq.galleryFadeDuration = 1000; // Duration for the animation of the side gallery items (fade in/out)
									  // Czas do animacji elementów galerii strony (fade in / out)
	vidoq.galleryChangeDelay = 8000; // Duration of interval between side gallery item changes
									  // Czas trwania przerwy miedzy zmianami galerii stronie elementu

	vidoq.artistAnimDuration = 500; // Duration for the animation of the side gallery items (fade in/out)
									// Czas do animacji elementów galerii strony (fade in / out)
	vidoq.artistScaleFactor = 0.8; // Scale factor (0 - 1) of side items in artists sections
								   // Wspólczynnik skali (0 - 1) z pozycji strony w sekcji artysci

	vidoq.artistGalleryFadeDuration = 125; // Duration for animation of artist gallery items (fade in/out)
										  // Czas do animacji elementów galerii artysty (fade in / out)
	vidoq.artistGalleryAnimDuration = 250; // Duration for animation of artist gallery items for large view (expand/contract)
										  // Czas trwania animacji elementów galerii artysty dla duzych widzenia (expand / zamówienia)

	vidoq.docImageFadeDuration = 1000; // Duration for the animation of just loaded images (fade in)
									   // Czas trwania do animacji, wczytane obrazy (fade in)
}
