$(document)
		.ready(
				function() {
					$(
							".gallery:eq(0) span[rel^='prettyPhoto'], .gallery:eq(0) a[rel^='prettyGalery']")
							.prettyPhoto(
									{
										social_tools : '',
										theme : 'dark_rounded',
										allowresize : true,
										changepicture : function(url) {
											var get;
											get = ($('#area').val() > 0) ? "&area="
													+ $('#area').val()
													: "";
											$('input.koe:checked').each(
													function() {
														get = get
																+ "&"
																+ $(this).attr(
																		"id")
																+ "=1";
													});
											if (!get)
												get = "&sn=Заявка с сайта http://pogar-bezopasnost.ru";
											return "/components/com_inst_fire_alarm/formsend.php?sendform=1"
													+ get;
										}
									});
				});

