var VISITED_POPUPS=$.parseJSON($.cookie('thestoryofindia.VISITED_POPUPS'));if(VISITED_POPUPS===null){VISITED_POPUPS={}}function init_popups(){$('.dialog').popups();$('.dialog:not(#education,#about)').hide();$('#education,#about').find('h3 a').addClass('min');$('#education').find('h3 a').addClass('min').end().css({left:15,top:$('#photo').height()+45}).find('.content').hide()}function switch_to_print(){$('#gallery').attr('class','print');$('#mode').addClass('popup');$.cookie('thestoryofindia.GALLERY_MODE',1);$('.dialog.ui-draggable').unbind().removeClass('ui-draggable').removeClass('min').attr('style','').find('.content,.chunk').show()}function switch_to_popup(){$('#gallery').attr('class','popup');$('#mode').removeClass('popup');$('.dialog h3').removeClass('max');$.cookie('thestoryofindia.GALLERY_MODE',0);init_popups()}function build_hotspot(){var coords=$(this).attr('coords').split(",");var dims={};dims.width=coords[2]-coords[0]+'px';dims.height=coords[3]-coords[1]+'px';dims.left=coords[0]+'px';dims.top=coords[1]+'px';var hash=$(this).attr('href');var ele=hash.replace(/^.*#/,'');$('<a href="'+hash+'" class="hotspot"><span>'+$(this).attr('alt')+'</span></a>').attr('id',ele+'_hotspot').css(dims).appendTo('#photo')}function toggle_mode(){if($('.dialog.ui-draggable').length){switch_to_print();var targetOffset=$('#about').offset().top;$('html,body').animate({scrollTop:targetOffset},500)}else{switch_to_popup()}return false}function hide_hotspots(){$('#hotspots').removeClass('visible');$('#photo a.hotspot').hide()}function show_hotspots(){$('#hotspots').addClass('visible');$('#photo a.hotspot').show()}function toggle_hotspots(){if($('#photo a.hotspot:visible').length){hide_hotspots()}else{show_hotspots()}return false}function init_visited_popups(VISITED_POPUPS){if(VISITED_POPUPS){$('a.popup').each(function(){if(VISITED_POPUPS[this.hash.replace('#','')]===true){if($(this).hasClass('vid')){$(this).addClass('visited vid-visited')}else{$(this).addClass('visited popup-visited')}}})}}function gallery_init(){$('#photo img').preload();$('.dialog').wrapInner('<div class=marginfix/>');var $mode_trigger=$('<a href="#about" id="mode">POPUP/ALL</a>').click(toggle_mode);if($('map area').length){var $hotspot_trigger=$('<a href="#photo" id="hotspots">SHOW/HIDE</a>').click(toggle_hotspots);$('map area').each(build_hotspot);$('#photo').append($hotspot_trigger);$('.hotspot span').vcenter();$('#gallery h2').append(' <span>(click hotspots for more info)</span>');$('map,area').remove();hide_hotspots()}$('#photo').append($mode_trigger);if($.cookie('thestoryofindia.GALLERY_MODE')!=1){switch_to_popup();$('#education,#about').find('h3 a').addClass('min').end().find('.content').hide()}else{switch_to_print()}init_visited_popups(VISITED_POPUPS);$('a.hotspot,a.popup').click(function(){if($(this).hasClass('vid')){$(this).addClass('visited vid-visited')}else{$(this).addClass('visited popup-visited')}if($('#gallery').hasClass('popup')){$('.dialog').not('#about,#education').hide();$(this.hash).show().click();return false}});if(location.hash&&$('#gallery').hasClass('popup')){var hashid=location.hash;var domid=hashid.replace('#','');var $ele=$(hashid);$('.active').css('opacity',0.75).removeClass('active');var maxZ=1;$('.dialog:visible').each(function(){maxZ=Math.max(maxZ,$(this).css('z-index'))});if(domid!='about'&&domid!='education'){$('.dialog').not('#about,#education').hide();$ele.show().css('z-index',maxZ+9).addClass('active');VISITED_POPUPS[domid]=true;$.cookie('thestoryofindia.VISITED_POPUPS',$.toJSON(VISITED_POPUPS).toString(),{expires:7,path:'../../'});$('a.popup').each(function(){if($(this).attr('href').split('#')[1]==domid){if($(this).hasClass('vid')){$(this).addClass('visited vid-visited')}else{$(this).addClass('visited popup-visited')}}})}else{$ele.show().css('z-index',maxZ+9).addClass('active');$ele.parents('.dialog').addClass('max')}}else{$('.dialog:visible').addClass('active')}}