var galleryScroll = null;
$(document).ready(
   function(){
	  $('#book').booklet({
	    width:    844,
	    height:   550,
	    speed:    500,
	    pagePadding: 0,
	    pageNumbers: false,
	    shadows: true
	});
    
	  ContentWindow.initialize();
	  var jscroll = setInterval( 'ContentWindow.reinit()', 3000 );
	  
	  if($('#reloadJscroll').length){
	      $('#jscroll').css('width', 400).css('height', 450);
	  }
	  // если прямая загрузка страницы - убираем буклет
	  if(!$('#detectFirstPage').val()) {
	     ContentWindow.hideBooklet();
	     $('div#main-window-opacity').show();
	  }   
	  
	 // ContentWindow.hideBooklet();
	   Tools.enableTooltipBox($('.tooltip-box'));	   
	  
   }
);
if (!console) {
    var console = {
        log: function(){},
        debug: function(){},
        dir: function(){},
        firebug: null
    }
}
