/* site/gallery.js */
$(document).ready(function(){var galleryContent=$('#gallery_content');setTimeout(function(){$('#gallery-info-bubble').animate({"opacity":"toggle"},"slow");},10000);$('.show_slideshow').click(function(){$('.thickbox[rel="gallery-plants"]:first',galleryContent).click();if(thickboxSlideshowTimer)
clearInterval(thickboxSlideshowTimer);thickboxSlideshowTimer=null;thickboxSlideshowTimer=setInterval(function(){if($('#TB_window #TB_next').length){$('#TB_window #TB_next').click();}else{if(thickboxSlideshowTimer)
clearInterval(thickboxSlideshowTimer);thickboxSlideshowTimer=null;$('#TB_window .play_slideshow').show();$('#TB_window .stop_slideshow').hide();}},5000);});$('#TB_window .play_slideshow').live('click',function(){if(thickboxSlideshowTimer)
clearInterval(thickboxSlideshowTimer);thickboxSlideshowTimer=null;thickboxSlideshowTimer=setInterval(function(){if($('#TB_window #TB_next').length){$('#TB_window #TB_next').click();}else{if(thickboxSlideshowTimer)
clearInterval(thickboxSlideshowTimer);thickboxSlideshowTimer=null;$('#TB_window .play_slideshow').show();$('#TB_window .stop_slideshow').hide();}},3000);$('#TB_window .play_slideshow').hide();$('#TB_window .stop_slideshow').show();});$('#TB_window .stop_slideshow').live('click',function(){if(thickboxSlideshowTimer)
clearInterval(thickboxSlideshowTimer);thickboxSlideshowTimer=null;$('#TB_window .play_slideshow').show();$('#TB_window .stop_slideshow').hide();});$('#TB_window').live('unload',function(){if(thickboxSlideshowTimer)
clearInterval(thickboxSlideshowTimer);thickboxSlideshowTimer=null;});});
/* site/socialization_panel.js */
$(function(){var width=620;var height=450;var left=(screen.width-width)/2;var top=(screen.height-height)/3;var url=this._base_domain+'share.php';var popupParams='scrollbars=1, resizable=1, menubar=0, left='+left+', top='+top+', width='+width+', height='+height+', toolbar=0, status=0';$(".socnet_url").click(function(){window.open($(this).attr('href'),'Weburg.ru | '+$(this).attr('title'),popupParams);return false;});});
