$(document).ready(function(){$('.left-menu ul li:not(.active) ul').hide();$('.left-menu > ul > li > a').click(function(){$(this).next('ul').slideToggle(400);return false;});$galleryList=$('.photo-gallery ul li img');if($galleryList.length>0)
{$galleryList.preload({placeholder:'/images/preloaders/gallery-list-placeholder.jpg',notFound:'/images/preloaders/gallery-list-notfound.jpg'});$galleryItems=$('.photo-gallery ul li a');$galleryItems.click(function(){getPopup($galleryItems.index(this)+1);return false;});}
$contactsImage=$('.contacts-img a');if($contactsImage.length>0)
{$contactsImage.click(function(){getPopup(1);return false;});}
$('div.search-block input:text').val('Поиск').toggleVal();});
