var catalogIsHidden = true;

function validateEmail(email) {
	//проверка введённого email
	  var reg = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
	  if (!email.match(reg)) {
	    return false;
	  }
	  return true;
}

function toggleCatalogLayer(){
	
	if(catalogIsHidden){
		$("#open-btn").hide();
		$("#close-btn").show();		
		$("#catalog-layer").fadeIn(500);
		
	} else {
		$("#close-btn").hide();
		$("#open-btn").show();		
		$("#catalog-layer").fadeOut(300);
	}	
	
	catalogIsHidden = !catalogIsHidden;
}

$(document).ready(function() {
  		$("a.fb").fancybox(
   			{ 
   				'hideOnContentClick': true, 
   				'zoomSpeedIn': 300, 
   				'zoomSpeedOut': 300, 
   				'overlayShow': true,
   				'margin'			: 0,
   				'padding'			: 0,   				
   				'autoScale'			: false,
   				'autoDimensions'	: true,
   				'scrolling'			: 'no',
   				'opacity'			: true,
   				'showCloseButton'	: true,
   				'transitionIn'		: 'elastic',
   				'transitionOut'		: 'elastic',
   				'centerOnScroll'	: true,   				
   				'overlayOpacity'	: '0.7',
   				'overlayColor'		: '#000',
   				'centerOnScroll'	: true,
   				'enableEscapeButton': true,
   				'width' : 400,
   				'height' : 400
   			});
  		
  		$("a.fb_good").fancybox(
  	   			{ 
  	   				'hideOnContentClick': true, 
  	   				'zoomSpeedIn': 300, 
  	   				'zoomSpeedOut': 300, 
  	   				'overlayShow': true,
  	   				'margin'			: 40,
  	   				'padding'			: 40,   				
  	   				'autoScale'			: false,
  	   				'autoDimensions'	: true,
  	   				'scrolling'			: 'no',
  	   				'opacity'			: true,
  	   				'showCloseButton'	: true,
  	   				'transitionIn'		: 'elastic',
  	   				'transitionOut'		: 'elastic',
  	   				'centerOnScroll'	: true,   				
  	   				'overlayOpacity'	: '0.7',
  	   				'overlayColor'		: '#000',
  	   				'centerOnScroll'	: true,
  	   				'enableEscapeButton': true,
  	   				'width' : 400,
  	   				'height' : 400,
  	   				'titlePosition' : 'inside'
  	   			});
  		
  		$("a.fbs1").fancybox(
  	   			{ 
  	   				'hideOnContentClick': true , 
  	   				'zoomSpeedIn': 300, 
  	   				'zoomSpeedOut': 300, 
  	   				'overlayShow': true,
  	   				'margin'			: 0,
  	   				'padding'			: 0,   				
  	   				'autoScale'			: false,
  	   				'autoDimensions'	: true,
  	   				'scrolling'			: 'no',
  	   				'opacity'			: true,
  	   				'showCloseButton'	: true,
  	   				'transitionIn'		: 'elastic',
  	   				'transitionOut'		: 'elastic',
  	   				'centerOnScroll'	: true,   				
  	   				'overlayOpacity'	: '0.7',
  	   				'overlayColor'		: '#000',
  	   				'centerOnScroll'	: true,
  	   				'enableEscapeButton': true,
  	   				'width' : 375
  	   	});
  		
  		$("a.fbs").fancybox({ 
   				'hideOnContentClick': true , 
   				'zoomSpeedIn': 300, 
   				'zoomSpeedOut': 300, 
   				'overlayShow': true,
   				'margin'			: 0,
   				'padding'			: 0,   				
   				'autoScale'			: false,
   				'autoDimensions'	: true,
   				'scrolling'			: 'no',
   				'opacity'			: true,
   				'showCloseButton'	: true,
   				'transitionIn'		: 'elastic',
   				'transitionOut'		: 'elastic',
   				'centerOnScroll'	: true,   				
   				'overlayOpacity'	: '0.7',
   				'overlayColor'		: '#000',
   				'centerOnScroll'	: true,
   				'enableEscapeButton': true,
   				'width' : 375
  		});
  		
  		 $('.fbs').bind('click', function() {
	  			$("a.fbs").fancybox({ 
	  	  	   				'hideOnContentClick': true , 
	  	  	   				'zoomSpeedIn': 300, 
	  	  	   				'zoomSpeedOut': 300, 
	  	  	   				'overlayShow': true,
	  	  	   				'margin'			: 0,
	  	  	   				'padding'			: 0,   				
	  	  	   				'autoScale'			: false,
	  	  	   				'autoDimensions'	: true,
	  	  	   				'scrolling'			: 'no',
	  	  	   				'opacity'			: true,
	  	  	   				'showCloseButton'	: true,
	  	  	   				'transitionIn'		: 'elastic',
	  	  	   				'transitionOut'		: 'elastic',
	  	  	   				'centerOnScroll'	: true,   				
	  	  	   				'overlayOpacity'	: '0.7',
	  	  	   				'overlayColor'		: '#000',
	  	  	   				'centerOnScroll'	: true,
	  	  	   				'enableEscapeButton': true,
	  	  	   				'width' : 375
	  	  	   	});
  		 }); 	
  		 
  		
  		$("#bath_3 a.fbs").fancybox({ 
				'hideOnContentClick': true , 
				'zoomSpeedIn': 300, 
				'zoomSpeedOut': 300, 
				'overlayShow': true,
				'margin'			: 0,
				'padding'			: 0,   				
				'autoScale'			: false,
				'autoDimensions'	: true,
				'scrolling'			: 'no',
				'opacity'			: true,
				'showCloseButton'	: true,
				'transitionIn'		: 'elastic',
				'transitionOut'		: 'elastic',
				'centerOnScroll'	: true,   				
				'overlayOpacity'	: '0.7',
				'overlayColor'		: '#000',
				'centerOnScroll'	: true,
				'enableEscapeButton': true,
				'width' : 375
		});
  		
  		$("a.fbs_form").fancybox(
  	   			{ 
  	   				'hideOnContentClick': false , 
  	   				'zoomSpeedIn': 300, 
  	   				'zoomSpeedOut': 300, 
  	   				'overlayShow': true,
  	   				'margin'			: 0,
  	   				'padding'			: 0,   				
  	   				'autoScale'			: false,
  	   				'autoDimensions'	: true,
  	   				'scrolling'			: 'no',
  	   				'opacity'			: true,
  	   				'showCloseButton'	: true,
  	   				'transitionIn'		: 'elastic',
  	   				'transitionOut'		: 'elastic',
  	   				'centerOnScroll'	: true,   				
  	   				'overlayOpacity'	: '0.7',
  	   				'overlayColor'		: '#000',
  	   				'centerOnScroll'	: true,
  	   				'enableEscapeButton': true,
  	   				'width' : 375
  	   	});
  		
  		$("a.fbs_form_map").fancybox(
  	   			{ 
  	   				'hideOnContentClick': false , 
  	   				'zoomSpeedIn': 300, 
  	   				'zoomSpeedOut': 300, 
  	   				'overlayShow': true,
  	   				'margin'			: 0,
  	   				'padding'			: 0,   				
  	   				'autoScale'			: true,
  	   				'autoDimensions'	: true,
  	   				'scrolling'			: 'no',
  	   				'opacity'			: true,
  	   				'showCloseButton'	: true,
  	   				'transitionIn'		: 'elastic',
  	   				'transitionOut'		: 'elastic',
  	   				'centerOnScroll'	: true,   				
  	   				'overlayOpacity'	: '0.7',
  	   				'overlayColor'		: '#000',  	   				
  	   				'enableEscapeButton': true  	   				
  	   	});
  		
  		$("a.fb_project").fancybox(
  	   			{ 
  	   				'hideOnContentClick': true , 
  	   				'zoomSpeedIn': 300, 
  	   				'zoomSpeedOut': 300, 
  	   				'overlayShow': true,
  	   				'margin'			: 10,
  	   				'padding'			: 10,   				
  	   				'autoScale'			: false,
  	   				'autoDimensions'	: true,
  	   				'scrolling'			: 'no',
  	   				'opacity'			: true,
  	   				'showCloseButton'	: true,
  	   				'transitionIn'		: 'elastic',
  	   				'transitionOut'		: 'elastic',
  	   				'centerOnScroll'	: true,   				
  	   				'overlayOpacity'	: '0.7',
  	   				'overlayColor'		: '#000',
  	   				'centerOnScroll'	: true,
  	   				'enableEscapeButton': true,
  	   				'titlePosition' 	: 'inside',
  	   				'width' : 375
  	   			});
});


function add_favorite(a) { 
	title=document.title; 
	url=document.location; 
	try { 
		// Internet Explorer 
		window.external.AddFavorite(url, title); 
	} 
	catch (e) { 
		try { 
			// Mozilla 
			window.sidebar.addPanel(title, url, ""); 
		} 
		catch (e) { 
			// Opera 
			if (typeof(opera)=="object") { 
				a.rel="sidebar"; 
				a.title=title; 
				a.url=url; 
				return true; 
			} 
			else { 
			// Unknown 
			alert('Нажмите Ctrl+D чтобы добавить страницу в закладки.'); 
			} 
		} 
	} 
	return false; 
}
