/* ***************************************************************
ModalWindow animations.
**************************************************************** */
 if(typeof ModalWindow != 'undefined'){
 ModalWindow.time = {
 delay : 210, // default: 1000
 durationShrink : 0.8, // default: 0
 durationOverlay : 0.3, // default: 0
 fpsOverlay : 20, // default: 1
 durationLoader : 0.8, // default: 0
 fpsLoader : 20 // default: 0
 }
}
/* ***************************************************************
/ ModalWindow animations.
**************************************************************** */


