<!--

if (!window.opera) {
	try {
	  document.execCommand("BackgroundImageCache", false, true);
	} catch(err) {}
}

$(document).ready(
	function() {
		$('#box_btn a').click(function(){
			txt = $(this).find('span');
			hate = 420 + $('#box_in').innerHeight();
			($('body').hasClass('type6')) ? boxHate = 300 : boxHate = 200;
			if ($(txt).text()=='открыть') {
				$('#box').css('height','auto');
				$(txt).text('закрыть');
				$('#page_wrapper').css('height',hate+'px');
			} else {
				$('#box').css('height',boxHate+'px');
				$(txt).text('открыть');
				$('#page_wrapper').css('height','800px');
			}
			return false;
		});
		$('#print a').click(function(){
			window.print();
			return false;
		});
		(($('body').hasClass('type8'))||($('body').hasClass('type7'))) ? $("a.lightbox").lightbox() : false;
	}
);

function openMap() {
	$('#extramap').css('z-index','10');
	$('#page_wrapper').css('height','1000px');
}

function closeMap() {
	$('#extramap').css('z-index','2');
	$('#page_wrapper').css('height','800px');
}

// -->

